Skip to content

Commit

Permalink
chore: set minimal node js as 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 2, 2024
1 parent 9ac86a3 commit 635f250
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@
"webpack": "5.95.0"
},
"engines": {
"node": ">= 20",
"npm": ">= 10",
"node": "^18 || ^20 || ^22",
"npm": "^8 || ^10 || ^12",
"pnpm": "Please use npm instead of pnpm to install dependencies",
"yarn": "Please use npm instead of yarn to install dependencies"
},
"authors": [
Expand Down

0 comments on commit 635f250

Please sign in to comment.