Skip to content

Commit 66c18bd

Browse files
committed
ci: update remaining pnpm versions to 8.15.4
1 parent 26361eb commit 66c18bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",
77
"features": {
88
"ghcr.io/devcontainers-contrib/features/pnpm:2": {
9-
"version": "8.15.1"
9+
"version": "8.15.4"
1010
}
1111
},
1212
// Features to add to the dev container. More info: https://containers.dev/features.

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG SKIP_CHECKS
1212
ENV SKIP_CHECKS=${SKIP_CHECKS:-0}
1313
RUN echo "SKIP_CHECKS=${SKIP_CHECKS}"
1414

15-
RUN npm i -g [email protected].1
15+
RUN npm i -g [email protected].4
1616
RUN if $SKIP_CHECKS; then pnpm fetch --prod; else pnpm fetch; fi
1717
RUN if $SKIP_CHECKS; \
1818
then pnpm i -P --frozen-lockfile --offline --ignore-scripts; \
@@ -40,7 +40,7 @@ ENV GIT_SHA=${GIT_SHA:-""}
4040
ARG BASE_PATH
4141
ENV BASE_PATH=${BASE_PATH}
4242

43-
# RUN npm i -g [email protected].1
43+
# RUN npm i -g [email protected].4
4444
RUN echo "GIT_SHA=${GIT_SHA}" && npm run build
4545

4646
# If using npm comment out above and use below instead

0 commit comments

Comments
 (0)