Update pnpm from v7 to v8

That suppose to help with Dependabot security updates not updating lockfile.
This commit is contained in:
Dmitry Verkhoturov
2024-11-10 13:31:03 -06:00
committed by Umputun
parent 63048cc798
commit 3001b37812
11 changed files with 2217 additions and 2092 deletions
+1 -1
View File
@@ -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 && corepack prepare pnpm@7.33.6 --activate && pnpm install
RUN corepack enable && corepack prepare pnpm@8 --activate && pnpm install
COPY ./e2e/playwright.config.ts /frontend/e2e/
COPY ./e2e/tests /frontend/e2e/tests/