Skip to content

Commit

Permalink
Revert "Temporarily disable Node.js 22"
Browse files Browse the repository at this point in the history
This reverts commit 1294596.

actions/setup-node#1025 has been
fixed.
  • Loading branch information
lpsinger committed May 6, 2024
1 parent ced2849 commit 8308a8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"yarn": "^1.22.21"
},
"engines": {
"node": ">=20 <22"
"node": ">=20"
},
"sideEffects": false,
"prettier": {
Expand Down

0 comments on commit 8308a8b

Please sign in to comment.