Update Node.js to v20
This commit is contained in:
parent
fc6eba91ac
commit
65bab5e786
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
image: node:18
|
||||
image: node:20
|
||||
|
||||
variables:
|
||||
NODE_ENV: test
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18 as build
|
||||
FROM node:20 as build
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:18
|
||||
FROM node:20
|
||||
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y inotify-tools &&\
|
||||
|
|
Loading…
Reference in a new issue