diff --git a/.github/actions/next-stats-action/Dockerfile b/.github/actions/next-stats-action/Dockerfile index a386666f0d48c..9cdb8b26e0695 100644 --- a/.github/actions/next-stats-action/Dockerfile +++ b/.github/actions/next-stats-action/Dockerfile @@ -7,7 +7,7 @@ LABEL repository="https://github.com/vercel/next-stats-action" COPY . /next-stats # Install node_modules -RUN npm i -g pnpm@7.2.1 +RUN npm i -g pnpm@7.3.0 RUN cd /next-stats && pnpm install --production RUN git config --global user.email 'stats@localhost' diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index 463631fdb2dd3..c509d7429ce99 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -10,7 +10,7 @@ env: NAPI_CLI_VERSION: 2.7.0 TURBO_VERSION: 1.3.2-canary.1 RUST_TOOLCHAIN: nightly-2022-09-23 - PNPM_VERSION: 7.2.1 + PNPM_VERSION: 7.3.0 jobs: check-examples: diff --git a/.github/workflows/pull_request_stats.yml b/.github/workflows/pull_request_stats.yml index 68bdabfa7c2f4..b166e4776e50e 100644 --- a/.github/workflows/pull_request_stats.yml +++ b/.github/workflows/pull_request_stats.yml @@ -8,7 +8,7 @@ env: NAPI_CLI_VERSION: 2.7.0 TURBO_VERSION: 1.3.2-canary.1 RUST_TOOLCHAIN: nightly-2022-09-23 - PNPM_VERSION: 7.2.1 + PNPM_VERSION: 7.3.0 jobs: build-native-dev: diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5cd36b649e4c7..4ca6149a8a4a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,7 @@ pr: variables: PNPM_CACHE_FOLDER: $(Pipeline.Workspace)/.pnpm-store - PNPM_VERSION: 7.2.1 + PNPM_VERSION: 7.3.0 NEXT_TELEMETRY_DISABLED: '1' node_version: ^14.19.0 diff --git a/package.json b/package.json index b964b368bd7b5..afd65280f288e 100644 --- a/package.json +++ b/package.json @@ -218,8 +218,7 @@ "@babel/traverse": "7.18.0" }, "engines": { - "node": ">=12.22.0", - "pnpm": ">= 7.2.1" + "node": ">=12.22.0" }, "packageManager": "pnpm@7.3.0" }