Skip to content

Commit 6d0fdd8

Browse files
committed
MDL-75012 core: Bump NodeJS version requirements
1 parent 9ee4f8d commit 6d0fdd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lts/gallium
1+
lts/hydrogen

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"xpath": "0.0.32"
5151
},
5252
"engines": {
53-
"node": ">=16.14.0 <17"
53+
"node": ">=18.12.0 <19"
5454
},
5555
"dependencies": {
5656
"@babel/eslint-parser": "^7.17.0"

0 commit comments

Comments
 (0)