Downgrade pnpm install action to v4.2.0
https://github.com/pnpm/action-setup/issues/207
This commit is contained in:
5
.github/workflows/build_pull_request.yml
vendored
5
.github/workflows/build_pull_request.yml
vendored
@@ -13,13 +13,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: 'package.json'
|
node-version-file: 'package.json'
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v6
|
- uses: pnpm/action-setup@v4.2.0
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
|
||||||
|
|
||||||
- run: pnpm setup
|
|
||||||
|
|
||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: pnpm ci
|
run: pnpm ci
|
||||||
|
|||||||
5
.github/workflows/build_push_master.yml
vendored
5
.github/workflows/build_push_master.yml
vendored
@@ -29,13 +29,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: './master/package.json'
|
node-version-file: './master/package.json'
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v6
|
- uses: pnpm/action-setup@v4.2.0
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
|
||||||
|
|
||||||
- run: pnpm setup
|
|
||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -34,13 +34,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: './master/package.json'
|
node-version-file: './master/package.json'
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v6
|
- uses: pnpm/action-setup@v4.2.0
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
|
||||||
|
|
||||||
- run: pnpm setup
|
|
||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
5
.github/workflows/update_i18n_languages.yml
vendored
5
.github/workflows/update_i18n_languages.yml
vendored
@@ -31,13 +31,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version-file: './master/package.json'
|
node-version-file: './master/package.json'
|
||||||
|
|
||||||
- uses: pnpm/action-setup@v6
|
- uses: pnpm/action-setup@v4.2.0
|
||||||
name: Install pnpm
|
name: Install pnpm
|
||||||
with:
|
with:
|
||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
|
||||||
|
|
||||||
- run: pnpm setup
|
|
||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user