Skip to content

Commit

Permalink
build: align dockerfile pnpm version, remove engines from e2e (#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored and qbzzt committed Aug 17, 2024
1 parent da1ef05 commit 6e2593a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN curl -L https://foundry.paradigm.xyz/ | bash && \
# pnpm
ENV PNPM_HOME="/pnpm"
ENV PATH="${PATH}:${PNPM_HOME}"
RUN npm install pnpm@9.1.1 --global && pnpm --version
RUN npm install pnpm@9.6.0 --global && pnpm --version

FROM base AS mud
COPY . /app
Expand Down
5 changes: 0 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@
},
"devDependencies": {
"@playwright/test": "1.35.1"
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.20.1",
"pnpm": "^9.1.1"
}
}

0 comments on commit 6e2593a

Please sign in to comment.