Skip to content

Commit 5d7065a

Browse files
committed
chore!: bump minimum Node.js engine to >=14.17.0
Reflects the runtime requirement introduced by apache#153 (crypto.randomUUID, available since Node 14.17.0). Node 10 and 12 have been EOL since 2021 and 2022 respectively. BREAKING CHANGE: Node <14.17.0 is no longer supported.
1 parent b27fbd4 commit 5d7065a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"repository": "github:apache/cordova-node-xcode",
88
"bugs": "https://github.com/apache/cordova-node-xcode/issues",
99
"engines": {
10-
"node": ">=10.0.0"
10+
"node": ">=14.17.0"
1111
},
1212
"dependencies": {
1313
"simple-plist": "^1.1.0",

0 commit comments

Comments
 (0)