Skip to content

Commit

Permalink
Use node 20 for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Oct 25, 2023
1 parent 99364d3 commit 4044e5f
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,7 +15,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '20'
cache: 'npm'
cache-dependency-path: ./test/package-lock.json

Expand Down

0 comments on commit 4044e5f

Please sign in to comment.