Skip to content

Commit

Permalink
fixup! Use Node 22 (upcoming LTS) for development
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Nov 1, 2024
1 parent 0cf5c8f commit 881078c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
"engines": {
"node": ">=20"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "22.x",
"onFail": "error"
},
"packageManager": {
"name": "npm",
"onFail": "error"
}
},
"scripts": {
"build": "webpack --mode=production && webpack --mode=development",
"copy": "npm run copy:css && npm run copy:js",
Expand Down

0 comments on commit 881078c

Please sign in to comment.