Skip to content

Commit c65a41f

Browse files
committed
Add Node.js v17 to workspace engines fields
1 parent 071b4e6 commit c65a41f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/apache-annotator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/runtime-corejs3": "^7.13.10"
2121
},
2222
"engines": {
23-
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0"
23+
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0 || ^17.0"
2424
},
2525
"publishConfig": {
2626
"access": "public"

packages/dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@medv/finder": "^2.1.0"
2020
},
2121
"engines": {
22-
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0"
22+
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0 || ^17.0"
2323
},
2424
"publishConfig": {
2525
"access": "public"

packages/selector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/runtime-corejs3": "^7.13.10"
1818
},
1919
"engines": {
20-
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0"
20+
"node": "^12.20 || ^14.15 || ^15.4 || ^16.0 || ^17.0"
2121
},
2222
"publishConfig": {
2323
"access": "public"

0 commit comments

Comments
 (0)