From 48a4bf06c4d444e215dec6d93c898c43bfcebf40 Mon Sep 17 00:00:00 2001 From: Sujith Date: Tue, 13 Jun 2023 14:35:01 +0530 Subject: [PATCH] fix: pin pnpm to 7.11.0 in action scripts Signed-off-by: Sujith --- .github/workflows/prerelease.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/tagging-and-release.yml | 2 +- README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1d583760ab9..693d88f3a01 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -35,7 +35,7 @@ jobs: node-version: "18.10.0" - name: Install pnpm - run: npm i -g pnpm@latest + run: npm i -g pnpm@7.11.0 - name: Install dependencies run: pnpm install --ignore-scripts @@ -96,7 +96,7 @@ jobs: node-version: "18.10.0" - name: Install pnpm - run: npm i -g pnpm@latest + run: npm i -g pnpm@7.11.0 - name: Install dependencies run: pnpm install --ignore-scripts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 454011c82e2..fd391b19a8d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: node-version: "18.10.0" - name: Install pnpm - run: npm i -g pnpm@latest + run: npm i -g pnpm@7.11.0 - name: Install Dependencies run: pnpm install --ignore-scripts diff --git a/.github/workflows/tagging-and-release.yml b/.github/workflows/tagging-and-release.yml index bc48d4ffdcd..aee552dac75 100644 --- a/.github/workflows/tagging-and-release.yml +++ b/.github/workflows/tagging-and-release.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies run: | - npm i -g pnpm@latest + npm i -g pnpm@7.11.0 pnpm install -r --ignore-scripts - name: Get tag version id: get-tag-version diff --git a/README.md b/README.md index 032cc9566e2..299088c5bf6 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ instructions ## Install PNPM ```bash -npm i -g pnpm@latest +npm i -g pnpm@7.11.0 ``` ## Clone and Start the source