From b2170ed49b63b142e99238a8fc8885a2c87033e0 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Thu, 14 Jul 2022 18:54:20 +0000 Subject: [PATCH] nvm --- .nvmrc | 2 +- Readme.md | 2 +- dockerfiles/Deploy.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.nvmrc b/.nvmrc index 3f15beb..0ff3804 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.4.0 \ No newline at end of file +16.16.0 \ No newline at end of file diff --git a/Readme.md b/Readme.md index 699e9ad..8a278da 100644 --- a/Readme.md +++ b/Readme.md @@ -84,7 +84,7 @@ If you have access to codespaces simply open the repository in codespaces. Else Due to formatting rules you should use VSCode for development with the following features/extensions: -- NodeJS 18.x (LTS) +- NodeJS 16.x (LTS) - npm 8.x - `octref.vetur` - `esbenp.prettier-vscode` diff --git a/dockerfiles/Deploy.Dockerfile b/dockerfiles/Deploy.Dockerfile index 4bd7ca7..50d3749 100644 --- a/dockerfiles/Deploy.Dockerfile +++ b/dockerfiles/Deploy.Dockerfile @@ -3,7 +3,7 @@ WORKDIR /src COPY . . RUN pwsh -File ./scripts/build_archives.ps1 -FROM node:18-bullseye AS build +FROM node:16.16-bullseye AS build WORKDIR /src COPY --from=prebuild /src . RUN npm i