Skip to content

Commit

Permalink
Drop support for node 12 and 17, update rest to latest minor version (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov authored Apr 26, 2022
1 parent e972559 commit 5a49295
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .babelrc-npm.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"presets": [
[
"@babel/preset-env",
{ "modules": "commonjs", "targets": { "node": "12" } }
{ "modules": "commonjs", "targets": { "node": "14" } }
]
],
"plugins": [
Expand All @@ -17,7 +17,7 @@
},
"mjs": {
"presets": [
["@babel/preset-env", { "modules": false, "targets": { "node": "12" } }]
["@babel/preset-env", { "modules": false, "targets": { "node": "14" } }]
],
"plugins": [
["./resources/add-extension-to-import-paths", { "extension": "mjs" }]
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v17
v18
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"graphql-js"
],
"engines": {
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || ^17.0.0 || >=18.0.0"
"node": "^14.19.0 || ^16.10.0 || >=18.0.0"
},
"scripts": {
"preversion": ". ./resources/checkgit.sh && npm ci --ignore-scripts",
Expand Down

0 comments on commit 5a49295

Please sign in to comment.