Skip to content

Commit

Permalink
Bump node version to 20 in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdenewiler committed Jan 4, 2025
1 parent 5ae3896 commit 8110a29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '16'
node-version: '20'
cache: 'npm'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 8110a29

Please sign in to comment.