Skip to content

Commit 0cd858e

Browse files
alanorthgithub-actions[bot]
authored andcommitted
package.json: update node and npm versions
Supported on current LTS versions of Node.js. See: https://nodejs.org/en/about/previous-releases (cherry picked from commit 84ba1fe)
1 parent b325074 commit 0cd858e

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package-lock.json

Lines changed: 29 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,9 @@
230230
"typescript": "~5.9.3",
231231
"webpack": "^5.54.0",
232232
"webpack-cli": "^6.0.1"
233+
},
234+
"engines": {
235+
"node": ">=20.0.0 <25.0.0",
236+
"npm": ">=10.0.0 <12.0.0"
233237
}
234238
}

0 commit comments

Comments
 (0)