summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2023-07-08 15:48:46 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2023-07-08 15:48:46 +0900
commitb056e8f5eb99bd5fe0bfc2f222195a37d1afd277 (patch)
treee98e01356d4f38a1b68d094d0382caf6c79dcba1 /.devcontainer
parentfix(frontend): ページ遷移でスクロール位置が保持されない... (diff)
downloadsharkey-b056e8f5eb99bd5fe0bfc2f222195a37d1afd277.tar.gz
sharkey-b056e8f5eb99bd5fe0bfc2f222195a37d1afd277.tar.bz2
sharkey-b056e8f5eb99bd5fe0bfc2f222195a37d1afd277.zip
use node 20.3.1
Fix #11179
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/devcontainer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index 230249d57c..0664ecd110 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -6,7 +6,7 @@
"features": {
"ghcr.io/devcontainers-contrib/features/pnpm:2": {},
"ghcr.io/devcontainers/features/node:1": {
- "version": "20.4.0"
+ "version": "20.3.1"
}
},
"forwardPorts": [3000],