Skip to content

Commit

Permalink
Align pnpm version (vercel#41123)
Browse files Browse the repository at this point in the history
Align pnpm version in build pipelines with 7.3.0 to make sure lock files
are generated correctly
  • Loading branch information
huozhi authored and BowlingX committed Oct 5, 2022
1 parent 385ed82 commit d6472a3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/actions/next-stats-action/Dockerfile
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request_stats.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -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

Expand Down
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -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"
}

0 comments on commit d6472a3

Please sign in to comment.