From 8e9e75900838333ec7ef81c00b6ebaf7842e09a0 Mon Sep 17 00:00:00 2001 From: alina sireneva Date: Mon, 6 May 2024 18:44:11 +0300 Subject: [PATCH] build: use pnpm 9.0.6 --- .github/Dockerfile.test-web | 2 +- .github/actions/init/action.yml | 2 +- e2e/deno/Dockerfile.build | 2 +- e2e/node/Dockerfile.build | 2 +- e2e/node/Dockerfile.test | 2 +- package.json | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/Dockerfile.test-web b/.github/Dockerfile.test-web index c1ea0673..4622e111 100644 --- a/.github/Dockerfile.test-web +++ b/.github/Dockerfile.test-web @@ -4,7 +4,7 @@ WORKDIR /app ARG BROWSER RUN corepack enable && \ - corepack prepare pnpm@8.7.1 --activate + corepack prepare pnpm@9.0.6 --activate COPY ../ /app/ diff --git a/.github/actions/init/action.yml b/.github/actions/init/action.yml index ec461fea..d73055b4 100644 --- a/.github/actions/init/action.yml +++ b/.github/actions/init/action.yml @@ -12,7 +12,7 @@ runs: - name: Setup pnpm uses: pnpm/action-setup@v2 with: - version: 8 + version: '9.0.6' - run: pnpm install --frozen-lockfile shell: bash - name: 'TL codegen' diff --git a/e2e/deno/Dockerfile.build b/e2e/deno/Dockerfile.build index e0350d9d..fa6b5552 100644 --- a/e2e/deno/Dockerfile.build +++ b/e2e/deno/Dockerfile.build @@ -6,7 +6,7 @@ WORKDIR /app COPY --from=deno-bin /deno /bin/deno RUN corepack enable && \ - corepack prepare pnpm@8.7.1 --activate + corepack prepare pnpm@9.0.6 --activate COPY ../.. /app/ diff --git a/e2e/node/Dockerfile.build b/e2e/node/Dockerfile.build index e87c951b..71d82860 100644 --- a/e2e/node/Dockerfile.build +++ b/e2e/node/Dockerfile.build @@ -3,7 +3,7 @@ WORKDIR /app RUN apk add python3 make g++ && \ corepack enable && \ - corepack prepare pnpm@8.7.1 --activate + corepack prepare pnpm@9.0.6 --activate COPY ../.. /app/ diff --git a/e2e/node/Dockerfile.test b/e2e/node/Dockerfile.test index 50246c29..2348439e 100644 --- a/e2e/node/Dockerfile.test +++ b/e2e/node/Dockerfile.test @@ -3,7 +3,7 @@ WORKDIR /app RUN apk add python3 make g++ && \ corepack enable && \ - corepack prepare pnpm@8.7.1 --activate + corepack prepare pnpm@9.0.6 --activate COPY ./ /app/ RUN npm config set -L project @mtcute:registry http://verdaccio:4873/ && \ diff --git a/package.json b/package.json index 8cd0448d..b27b0c97 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,7 @@ "vite-plugin-node-polyfills": "0.21.0", "vitest": "1.4.0" }, + "packageManager": "pnpm@9.0.6", "prettier": "./.config/prettier.cjs", "eslintConfig": { "extends": "./.config/eslint.cjs"