We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466853d commit fd9b27dCopy full SHA for fd9b27d
.github/workflows/generate-docker-image.yml
@@ -32,7 +32,7 @@ jobs:
32
FROM node:20
33
WORKDIR /app
34
35
- RUN npm install -g npm
+ RUN npm install -g npm@10
36
37
COPY package*.json .
38
RUN npm cache clean --force
0 commit comments