Skip to content

Commit

Permalink
Fix Node version in CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Nov 23, 2024
1 parent f4504aa commit 428f19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: "actions/setup-node@v4"
with:
cache: "npm"
node-version: "20"
node-version: "22"
- run: "npm ci"
- run: "npm run lint"
- run: "npm run test:cover"
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: "actions/setup-node@v4"
with:
cache: "npm"
node-version: "20"
node-version: "22"
- run: "npm ci --omit dev"
- uses: "actions/download-artifact@v4"
with:
Expand Down

0 comments on commit 428f19d

Please sign in to comment.