summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-07-30 09:17:06 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-07-30 09:17:06 +0900
commit1991a02aa9ca191639ebd84eeae984ea7ec01cc1 (patch)
tree4752bbb697765a0a734442562831ff806dc4d6e9 /.devcontainer/devcontainer.json
parentfeature: ユーザ作成時にSystemWebhookを発信できるようにする ... (diff)
downloadsharkey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.tar.gz
sharkey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.tar.bz2
sharkey-1991a02aa9ca191639ebd84eeae984ea7ec01cc1.zip
update node version
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 7ea23e314e..fbf959d449 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
"workspaceFolder": "/workspace",
"features": {
"ghcr.io/devcontainers/features/node:1": {
- "version": "20.12.2"
+ "version": "20.16.0"
},
"ghcr.io/devcontainers-contrib/features/corepack:1": {}
},