Skip to content

Commit

Permalink
Update github ci.yaml to Node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Basssiiie committed Sep 3, 2024
1 parent 0aafa3c commit 4acae4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
cache: npm
- run: npm ci --prefer-offline --no-audit
- run: npm run lint
Expand All @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
node-version: 20
cache: npm
- run: npm ci --prefer-offline --no-audit
- run: npm run test
- run: npm run test

0 comments on commit 4acae4d

Please sign in to comment.