Skip to content

Commit

Permalink
chore(actions): try out an explicit version of node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
dancrumb committed May 25, 2024
1 parent 5c5fff9 commit ff95d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
test:
strategy:
matrix:
node-version: [18, 20, 21, 22, 23, 24]
node-version: [18, 20, 21, 22.2.0, 23, 24]
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit ff95d73

Please sign in to comment.