From 8d6a119406185e4fc567e7cc4bbb52d3e9d161ff Mon Sep 17 00:00:00 2001 From: Mnigos Date: Thu, 7 Dec 2023 21:13:01 +0100 Subject: [PATCH] chore(node): migrato to `v20.10.0` --- .nvmrc | 2 +- .swcrc | 4 ---- package.json | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.nvmrc b/.nvmrc index 12ea1eeb..790e1105 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v18.12.0 \ No newline at end of file +v20.10.0 diff --git a/.swcrc b/.swcrc index a3b1bfda..dbdd55b8 100644 --- a/.swcrc +++ b/.swcrc @@ -2,7 +2,6 @@ "$schema": "https://json.schemastore.org/swcrc", "sourceMaps": true, "jsc": { - // "target": "esnext", "parser": { "syntax": "typescript", "decorators": true, @@ -10,8 +9,5 @@ }, "baseUrl": "./" }, - // "module": { - // "type": "es6" - // }, "minify": false } diff --git a/package.json b/package.json index 7ff99061..e2810c75 100644 --- a/package.json +++ b/package.json @@ -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" },