Skip to content

Commit

Permalink
fix: pnpm version on lagoon
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Sep 15, 2023
1 parent 556889f commit 4298c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lagoon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FROM uselagoon/node-18-builder as builder
ENV PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1

# Install pnpm
RUN npm install -g [email protected].0 && pnpm config set store-dir /tmp/cache/pnpm
RUN npm install -g [email protected].12 && pnpm config set store-dir /tmp/cache/pnpm

# Copy pnpm lockfile and install dependencies.
COPY pnpm-lock.yaml .npmrc /app/
Expand Down

0 comments on commit 4298c00

Please sign in to comment.