mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-21 10:46:35 +00:00
Bump devcontainer Node version to 20 (#442)
This commit is contained in:
parent
01119fee0c
commit
bf0de9fdf3
@ -4,9 +4,9 @@
|
|||||||
"name": "Node.js & TypeScript",
|
"name": "Node.js & TypeScript",
|
||||||
"build": {
|
"build": {
|
||||||
"dockerfile": "Dockerfile",
|
"dockerfile": "Dockerfile",
|
||||||
// Update 'VARIANT' to pick a Node version: 12, 14, 16
|
// Update 'VARIANT' to pick a Node version: 12, 14, 16, 18, 20
|
||||||
"args": {
|
"args": {
|
||||||
"VARIANT": "16"
|
"VARIANT": "20"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user