Skip to content

Commit

Permalink
chore(node): migrato to v20.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnigos committed Dec 7, 2023
1 parent c2b47e7 commit 8d6a119
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.12.0
v20.10.0
4 changes: 0 additions & 4 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
"$schema": "https://json.schemastore.org/swcrc",
"sourceMaps": true,
"jsc": {
// "target": "esnext",
"parser": {
"syntax": "typescript",
"decorators": true,
"dynamicImport": true
},
"baseUrl": "./"
},
// "module": {
// "type": "es6"
// },
"minify": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Rigtch",
"license": "Apache License 2.0",
"engines": {
"node": ">=18.0.0 <19.0.0",
"node": ">=20.0.0",
"npm": "please-use-yarn",
"yarn": ">=1.22.19"
},
Expand Down

0 comments on commit 8d6a119

Please sign in to comment.