Skip to content

Commit 4bca9d8

Browse files
committed
ci: upgrade pnpm to v7
1 parent 7fef2dd commit 4bca9d8

File tree

4 files changed

+332
-205
lines changed

4 files changed

+332
-205
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/[email protected]
1515
with:
16-
version: 6
16+
version: 7
1717
- name: Install Node.js
1818
uses: actions/setup-node@v2
1919
with:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install pnpm
3333
uses: pnpm/[email protected]
3434
with:
35-
version: 6
35+
version: 7
3636
- name: Install Node.js
3737
uses: actions/setup-node@v2
3838
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install pnpm
5555
uses: pnpm/[email protected]
5656
with:
57-
version: 6
57+
version: 7
5858
- name: Install Node.js
5959
uses: actions/setup-node@v2
6060
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/[email protected]
1616
with:
17-
version: 6
17+
version: 7
1818
- name: Install Node.js
1919
uses: actions/setup-node@v2
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install pnpm
1313
uses: pnpm/[email protected]
1414
with:
15-
version: 6
15+
version: 7
1616
- name: Install Node.js
1717
uses: actions/setup-node@v2
1818
with:

0 commit comments

Comments
 (0)