Skip to content

Commit

Permalink
ci: unpin Node.js 22.x
Browse files Browse the repository at this point in the history
Now that Node.js 22.8 is out, which fixes
nodejs/node#54518, we can unpin Node.js 22
again. This commit reverts #80345a1cd11a13a7fa9e7db8230244ed56c78034.
  • Loading branch information
basti1302 committed Sep 4, 2024
1 parent 8e14b07 commit d49745c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [ '18.x', '20.x', '21.x', '22.6' ]
node-version: [ '18.x', '20.x', '21.x', '22.x' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d49745c

Please sign in to comment.