Skip to content

Commit

Permalink
deps: bump Node version for test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
doamatto committed Jan 26, 2025
1 parent a9e948e commit 2402f10
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: '21'
node-version: '22'
- run: npm install
- run: echo "::add-matcher::.github/problem_matcher.json"
- run: npm test
Expand Down

0 comments on commit 2402f10

Please sign in to comment.