Skip to content

Commit

Permalink
ci: update corepack when building (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChibiBlasphem authored Feb 5, 2025
1 parent 0f3574c commit ef9ebbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:22-slim AS build
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN npm install -g corepack@latest
RUN corepack enable

ARG SENTRY_ORG
Expand Down

0 comments on commit ef9ebbf

Please # to comment.