Skip to content

Commit

Permalink
chore: use devEngines field
Browse files Browse the repository at this point in the history
  • Loading branch information
sdavids committed Oct 27, 2024
1 parent d4b1023 commit c820bed
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions hp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,16 @@
"svgo": "3.3.2",
"tailwindcss": "3.4.14"
},
"engines": {
"node": ">= 18.18"
"devEngines": {
"runtime": {
"name": "node",
"version": ">= 20.18",
"onFail": "error"
},
"packageManager": {
"name": "npm",
"version": "10.9.0",
"onFail": "download"
}
}
}

0 comments on commit c820bed

Please sign in to comment.