Skip to content

Commit

Permalink
fix: set engine to node 22 (#1865)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaGOs92 authored Oct 29, 2024
1 parent 25d3bc6 commit 83ceb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "2.0.0-alpha",
"private": true,
"engines": {
"node": ">=20",
"node": "22",
"npm": ">=10"
},
"scripts": {
Expand Down

0 comments on commit 83ceb87

Please sign in to comment.