Skip to content

Commit

Permalink
ci: Update Node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 authored Dec 26, 2024
1 parent 8c7da97 commit b6587ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- uses: actions/setup-node@v2
with:
cache: npm
node-version: 16
node-version: 20
- run: npm ci
- run: npm test

0 comments on commit b6587ad

Please sign in to comment.