Skip to content

Commit 2ce0796

Browse files
committed
build: bump required version to Node >= 20
The build script requires features that are only included in Node 20+
1 parent 1b176d2 commit 2ce0796

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"semantic-release-plugin-update-version-in-files": "^1.1.0"
3434
},
3535
"engines": {
36-
"node": ">=16"
36+
"node": ">=20"
3737
},
3838
"release": {
3939
"branches": [

0 commit comments

Comments
 (0)