Skip to content

Commit

Permalink
MDL-75012 core: Bump NodeJS version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Feb 28, 2023
1 parent 9ee4f8d commit 6d0fdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"xpath": "0.0.32"
},
"engines": {
"node": ">=16.14.0 <17"
"node": ">=18.12.0 <19"
},
"dependencies": {
"@babel/eslint-parser": "^7.17.0"
Expand Down

0 comments on commit 6d0fdd8

Please sign in to comment.