Upgrade to Node v18

This commit is contained in:
Deluan 2023-05-17 13:41:36 -04:00
parent 08fcb430e6
commit bfa10cab62
3 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,10 @@
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"args": { "args": {
// Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14 // Update the VARIANT arg to pick a version of Go: 1, 1.15, 1.14
"VARIANT": "1.19", "VARIANT": "1.20",
// Options // Options
"INSTALL_NODE": "true", "INSTALL_NODE": "true",
"NODE_VERSION": "v16" "NODE_VERSION": "v18"
} }
}, },
"workspaceMount": "", "workspaceMount": "",

View File

@ -80,7 +80,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-node@v3 - uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 18
cache: 'npm' cache: 'npm'
cache-dependency-path: '**/package-lock.json' cache-dependency-path: '**/package-lock.json'

2
.nvmrc
View File

@ -1 +1 @@
v16 v18