Upgrade Node to v20

This commit is contained in:
Deluan 2024-02-16 14:38:33 -05:00
parent e1ca2aaf82
commit 3a4ccfaf08
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"VARIANT": "1.22",
// Options
"INSTALL_NODE": "true",
"NODE_VERSION": "v18"
"NODE_VERSION": "v20"
}
},
"workspaceMount": "",

View File

@ -86,7 +86,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: "**/package-lock.json"

2
.nvmrc
View File

@ -1 +1 @@
v18
v20