8000 fix: allow maintenance LTS node 14 engines starting at 14.15.0 (#3161) · lerna/lerna@72305e4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 72305e4

Browse files
authored
fix: allow maintenance LTS node 14 engines starting at 14.15.0 (#3161)
1 parent 6cf9be8 commit 72305e4

File tree

64 files changed

+129
-127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+129
-127
lines changed

commands/add/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"main": "index.js",
2121
"engines": {
22-
"node": "^14.19.3 || >=16.0.0"
22+
"node": "^14.15.0 || >=16.0.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

commands/bootstrap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"main": "index.js",
2121
"engines": {
22-
"node": "^14.19.3 || >=16.0.0"
22+
"node": "^14.15.0 || >=16.0.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

commands/changed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/clean/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/create/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"main": "index.js",
2121
"engines": {
22-
"node": "^14.19.3 || >=16.0.0"
22+
"node": "^14.15.0 || >=16.0.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

commands/diff/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"main": "index.js",
2121
"engines": {
22-
"node": "^14.19.3 || >=16.0.0"
22+
"node": "^14.15.0 || >=16.0.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

commands/exec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/info/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/init/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/link/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/publish/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"main": "index.js",
2222
"engines": {
23-
"node": "^14.19.3 || >=16.0.0"
23+
"node": "^14.15.0 || >=16.0.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

commands/run/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

commands/version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"main": "index.js",
2222
"engines": {
23-
"node": "^14.19.3 || >=16.0.0"
23+
"node": "^14.15.0 || >=16.0.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

core/child-process/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "index.js",
1919
"engines": {
20-
"node": "^14.19.3 || >=16.0.0"
20+
"node": "^14.15.0 || >=16.0.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

core/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "index.js",
1919
"engines": {
20-
"node": "^14.19.3 || >=16.0.0"
20+
"node": "^14.15.0 || >=16.0.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

core/command/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

core/conventional-commits/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

core/filter-options/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

core/global-options/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "index.js",
1919
"engines": {
20-
"node": "^14.19.3 || >=16.0.0"
20+
"node": "^14.15.0 || >=16.0.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

core/lerna/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"cli.js"
2222
],
2323
"engines": {
24-
"node": "^14.19.3 || >=16.0.0"
24+
"node": "^14.15.0 || >=16.0.0"
2525
},
2626
"publishConfig": {
2727
"tag": "next"

core/otplease/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "otplease.js",
1919
"engines": {
20-
"node": "^14.19.3 || >=16.0.0"
20+
"node": "^14.15.0 || >=16.0.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

core/package-graph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

core/package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "index.js",
1919
"engines": {
20-
"node": "^14.19.3 || >=16.0.0"
20+
"node": "^14.15.0 || >=16.0.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

core/project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"main": "index.js",
2020
"engines": {
21-
"node": "^14.19.3 || >=16.0.0"
21+
"node": "^14.15.0 || >=16.0.0"
2222
},
2323
"publishConfig": {
2424
"access": "public"

core/prompt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "index.js",
1919
"engines": {
20-
"node": "^14.19.3 || >=16.0.0"
20+
"node": "^14.15.0 || >=16.0.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

core/validation-error/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"main": "validation-error.js",
1919
"engines": {
20-
"node": "^14.19.3 || >=16.0.0"
20+
"node": "^14.15.0 || >=16.0.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

0 commit comments

Comments
 (0)
0