This commit is contained in:
Matteias Collet 2022-07-14 18:54:20 +00:00 committed by GitHub
parent 0b7ac3d6cc
commit b2170ed49b
3 changed files with 3 additions and 3 deletions

2
.nvmrc
View file

@ -1 +1 @@
18.4.0
16.16.0

View file

@ -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`

View file

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