diff options
| author | Nanashia <nanashia.128@gmail.com> | 2023-04-16 01:00:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-16 01:00:35 +0900 |
| commit | 973e70bacc3c962c446d4c6f3de7bc496d49327c (patch) | |
| tree | 7dafcc7f6929670756273e2d90725d5f31909da8 | |
| parent | enhance(client): 1枚だけのメディアリストの画像のアスペク... (diff) | |
| download | sharkey-973e70bacc3c962c446d4c6f3de7bc496d49327c.tar.gz sharkey-973e70bacc3c962c446d4c6f3de7bc496d49327c.tar.bz2 sharkey-973e70bacc3c962c446d4c6f3de7bc496d49327c.zip | |
chore: Use node@18.16.0 on DevContainer (#10642)
| -rw-r--r-- | .devcontainer/devcontainer.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6accd43476..a47804ab07 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,10 @@ "service": "app", "workspaceFolder": "/workspace", "features": { - "ghcr.io/devcontainers-contrib/features/pnpm:2": {} + "ghcr.io/devcontainers-contrib/features/pnpm:2": {}, + "ghcr.io/devcontainers/features/node:1": { + "version": "18.16.0" + } }, "forwardPorts": [3000], "postCreateCommand": "sudo chmod 755 .devcontainer/init.sh && .devcontainer/init.sh", |