Skip to content

Commit

Permalink
chore: add devEngines
Browse files Browse the repository at this point in the history
While npm@8 doesn't support devEngines,
this'll stop npm>=10.9.0 from installing and messing stuff up.
  • Loading branch information
lishaduck committed Oct 31, 2024
1 parent 3cbeb3d commit 4d90fd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,19 @@
"packageManager": "npm@8.19.4",
"engines": {
"node": "14 >=14.21 || 16 >=16.20 || 18 || 20 || >=22"
},
"devEngines": {
"runtime": [
{
"name": "node",
"version": "^16.20"
}
],
"packageManager": [
{
"name": "npm",
"version": "^8.19.4"
}
]
}
}

0 comments on commit 4d90fd8

Please sign in to comment.