Skip to content

Commit

Permalink
ci: Temporarily pin to Node 22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs committed Jul 18, 2024
1 parent ecc3cc4 commit da82b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node_version: ["20", "22"]
node_version: ["20", "22.4"]
os: [ubuntu-22.04, windows-latest]

steps:
Expand Down

0 comments on commit da82b8f

Please sign in to comment.