Compare commits

..

No commits in common. "renovate/node-20.x" and "master" have entirely different histories.

View file

@ -1,4 +1,4 @@
FROM node:20.18.0 as frontend FROM node:20.17.0 as frontend
COPY package.json package-lock.json /src/ COPY package.json package-lock.json /src/
WORKDIR /src WORKDIR /src
RUN npm install RUN npm install