1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-24 10:51:01 +01:00

Upgrade node to v18 (LTS) (#16589)

This commit is contained in:
Steve Repsher
2023-05-22 04:38:24 -04:00
committed by GitHub
parent 8cff4cda47
commit 06db338a15
4 changed files with 16 additions and 10 deletions

View File

@@ -5,7 +5,7 @@
"context": ".."
},
"appPort": "8124:8123",
"postCreateCommand": "script/bootstrap",
"postStartCommand": "script/bootstrap",
"containerEnv": {
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
},