diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-24 09:20:41 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-11-24 09:20:41 +0900 |
| commit | 06ed64f26f799ada108c8f2df315414b27681765 (patch) | |
| tree | 61b421999d037a52572885cb8ae219e6e18796fc /.devcontainer/devcontainer.json | |
| parent | Update index.d.ts (diff) | |
| download | sharkey-06ed64f26f799ada108c8f2df315414b27681765.tar.gz sharkey-06ed64f26f799ada108c8f2df315414b27681765.tar.bz2 sharkey-06ed64f26f799ada108c8f2df315414b27681765.zip | |
update node to 20.10.0
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 0583a66960..e409adf644 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ "version": "8.9.2" }, "ghcr.io/devcontainers/features/node:1": { - "version": "20.5.1" + "version": "20.10.0" } }, "forwardPorts": [3000], |