Revert "chore(deps): update node.js to v20"

This reverts commit d384a3e38c.
This commit is contained in:
Sefa Eyeoglu 2023-04-30 09:46:28 +02:00
parent cddded7a94
commit c2b13c5118
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -1,4 +1,4 @@
FROM docker.io/library/node:20-alpine FROM docker.io/library/node:19-alpine
WORKDIR /app WORKDIR /app
COPY package.json yarn.lock ./ COPY package.json yarn.lock ./
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile