Skip to content

Commit

Permalink
use NodeJS 19 in lint and karma CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Oct 20, 2022
1 parent edb6b05 commit 3e18cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 19
cache: npm
- run: npm ci
- run: npm run lint
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 19
cache: npm
- run: npm ci
- run: npx playwright install-deps
Expand Down

0 comments on commit 3e18cd0

Please sign in to comment.