use specific pnpm version
This commit is contained in:
committed by
Umputun
parent
e748951182
commit
e1173bbcad
@@ -5,7 +5,7 @@ WORKDIR /frontend
|
||||
|
||||
COPY ./package.json ./pnpm-workspace.yaml ./pnpm-lock.yaml /frontend/
|
||||
COPY ./e2e/package.json /frontend/e2e/
|
||||
RUN corepack enable pnpm && pnpm install
|
||||
RUN corepack enable && corepack prepare pnpm@7.33.6 --activate && pnpm install
|
||||
|
||||
COPY ./e2e/playwright.config.ts /frontend/e2e/
|
||||
COPY ./e2e/tests /frontend/e2e/tests/
|
||||
|
||||
Reference in New Issue
Block a user