diff --git a/.github/workflows/ci-templates.yml b/.github/workflows/ci-templates.yml index ddaa0f2740..fa08bf7643 100644 --- a/.github/workflows/ci-templates.yml +++ b/.github/workflows/ci-templates.yml @@ -31,8 +31,11 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v2.4.1 name: Install pnpm + with: + version: 8.6.1 + run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/.github/workflows/sync-templates.yml b/.github/workflows/sync-templates.yml index a6807e8a96..8d11772462 100644 --- a/.github/workflows/sync-templates.yml +++ b/.github/workflows/sync-templates.yml @@ -27,8 +27,11 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v2.4.1 name: Install pnpm + with: + version: 8.6.1 + run_install: false - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 diff --git a/templates/plate-playground-template/.github/workflows/build.yml b/templates/plate-playground-template/.github/workflows/build.yml index 94942a770a..c96797a2d1 100644 --- a/templates/plate-playground-template/.github/workflows/build.yml +++ b/templates/plate-playground-template/.github/workflows/build.yml @@ -22,8 +22,11 @@ jobs: # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v2.4.1 name: Install pnpm + with: + version: 8.6.1 + run_install: false - name: Use Node.js 18 uses: actions/setup-node@v3 diff --git a/templates/plate-template/.github/workflows/build.yml b/templates/plate-template/.github/workflows/build.yml index 94942a770a..c96797a2d1 100644 --- a/templates/plate-template/.github/workflows/build.yml +++ b/templates/plate-template/.github/workflows/build.yml @@ -22,8 +22,11 @@ jobs: # @link https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches fetch-depth: 0 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v2.4.1 name: Install pnpm + with: + version: 8.6.1 + run_install: false - name: Use Node.js 18 uses: actions/setup-node@v3