Align pnpm version (#41123)

Align pnpm version in build pipelines with 7.3.0 to make sure lock files
are generated correctly
This commit is contained in:
Jiachi Liu 2022-10-03 17:07:52 +02:00 committed by GitHub
parent 004917cac1
commit 3e8af93220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 6 deletions

View file

@ -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'

View file

@ -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:

View file

@ -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:

View file

@ -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

View file

@ -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"
}