nvm
This commit is contained in:
parent
0b7ac3d6cc
commit
b2170ed49b
3 changed files with 3 additions and 3 deletions
2
.nvmrc
2
.nvmrc
|
@ -1 +1 @@
|
|||
18.4.0
|
||||
16.16.0
|
|
@ -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`
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue