Skip to content

Commit ba0525a

Browse files
authored
build: bump minimal required node version (#630)
1 parent 7fb737e commit ba0525a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
"typescript-eslint": "^8.32.1"
7272
},
7373
"engines": {
74-
"node": ">= 10"
74+
"node": ">= 20",
75+
"npm": ">= 10"
7576
},
7677
"scripts": {
7778
"artifacts": "napi artifacts --build-output-dir src/lib",

0 commit comments

Comments
 (0)