Skip to content

Commit

Permalink
chore: bump node version for GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto committed Apr 20, 2024
1 parent 9f1e597 commit c570e89
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 @@ -18,7 +18,7 @@ jobs:
${{ runner.os }}-
- uses: actions/setup-node@v1
with:
node-version: '12'
node-version: '21'
- run: npm install
- run: echo "::add-matcher::.github/problem_matcher.json"
- run: npm test
Expand Down

0 comments on commit c570e89

Please sign in to comment.