Skip to content

Commit

Permalink
Update node version on action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbp committed Feb 6, 2025
1 parent bc91351 commit 4eb3049
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'
- run: npm ci
- name: test
run: npm test

0 comments on commit 4eb3049

Please sign in to comment.