diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1d583760ab..693d88f3a0 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 454011c82e..fd391b19a8 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 bc48d4ffdc..aee552dac7 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 032cc9566e..299088c5bf 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