diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 230249d57..0664ecd11 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], diff --git a/.node-version b/.node-version index bd45cd74a..dd0fe95cc 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -20.4.0 +20.3.1 diff --git a/Dockerfile b/Dockerfile index c6ddee2ae..5431c28aa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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