Skip to content

Commit

Permalink
fix: update node version to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
byron-okta committed Oct 10, 2024
1 parent 59f098d commit 042553a
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 @@ -19,6 +19,6 @@ jobs:
with:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
node-version: '14'
node-version: '16'
- run: npm install
- run: npm test

0 comments on commit 042553a

Please sign in to comment.