Skip to content

Commit

Permalink
use a newer node
Browse files Browse the repository at this point in the history
  • Loading branch information
brandly committed Sep 21, 2024
1 parent 4bf3a78 commit d6b1c43
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 @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '14.x'
node-version: '20.x'
- run: npm install
- run: npm test
- run: npm run build

0 comments on commit d6b1c43

Please sign in to comment.