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:
|
||||
node-version-file: 'package.json'
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v4.2.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- run: pnpm setup
|
||||
|
||||
- name: Install modules
|
||||
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:
|
||||
node-version-file: './master/package.json'
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v4.2.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- run: pnpm setup
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v4
|
||||
|
||||
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -34,13 +34,10 @@ jobs:
|
||||
with:
|
||||
node-version-file: './master/package.json'
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v4.2.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- run: pnpm setup
|
||||
|
||||
- name: Cache node_modules
|
||||
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:
|
||||
node-version-file: './master/package.json'
|
||||
|
||||
- uses: pnpm/action-setup@v6
|
||||
- uses: pnpm/action-setup@v4.2.0
|
||||
name: Install pnpm
|
||||
with:
|
||||
version: 11.1.2
|
||||
cache: true
|
||||
|
||||
- run: pnpm setup
|
||||
|
||||
- name: Cache node_modules
|
||||
uses: actions/cache@v4
|
||||
|
||||
Reference in New Issue
Block a user