Skip to content

Commit dc52b67

Browse files
authored
Add NodeJS 18.x as devEngine (#25348)
1 parent b1f34aa commit dc52b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"yargs": "^15.3.1"
101101
},
102102
"devEngines": {
103-
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x"
103+
"node": "^12.17.0 || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x"
104104
},
105105
"jest": {
106106
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"

0 commit comments

Comments
 (0)