use node 20.3.1

Fix #11179
This commit is contained in:
syuilo 2023-07-08 15:48:46 +09:00
parent 15683370f0
commit b056e8f5eb
3 changed files with 3 additions and 3 deletions

View File

@ -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],

View File

@ -1 +1 @@
20.4.0
20.3.1

View File

@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
ARG NODE_VERSION=20.4.0-bullseye
ARG NODE_VERSION=20.3.1-bullseye
# build assets & compile TypeScript