Migrate pnpm to v11 in github actions
This commit is contained in:
2
.github/workflows/build_pull_request.yml
vendored
2
.github/workflows/build_pull_request.yml
vendored
@@ -19,6 +19,8 @@ jobs:
|
|||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- run: pnpm setup
|
||||||
|
|
||||||
- name: Install modules
|
- name: Install modules
|
||||||
run: pnpm ci
|
run: pnpm ci
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/build_push_master.yml
vendored
2
.github/workflows/build_push_master.yml
vendored
@@ -35,6 +35,8 @@ jobs:
|
|||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- run: pnpm setup
|
||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -40,6 +40,8 @@ jobs:
|
|||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- run: pnpm setup
|
||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
2
.github/workflows/update_i18n_languages.yml
vendored
2
.github/workflows/update_i18n_languages.yml
vendored
@@ -37,6 +37,8 @@ jobs:
|
|||||||
version: 11.1.2
|
version: 11.1.2
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
- run: pnpm setup
|
||||||
|
|
||||||
- name: Cache node_modules
|
- name: Cache node_modules
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user