Skip to content

Commit

Permalink
ci: Use node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
coolapso authored and christophwitzko committed Feb 18, 2024
1 parent 2db6db2 commit 8728a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm test
- run: npm run build
Expand Down

0 comments on commit 8728a77

Please sign in to comment.