Skip to content

Commit 2a7c77e

Browse files
committed
ci: update pnpm version in workflows
1 parent 6fa30f2 commit 2a7c77e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-node@v3
1414
- uses: pnpm/action-setup@v2
1515
with:
16-
version: 6
16+
version: 8
1717

1818
- name: Install dependendencies
1919
run: pnpm i

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v3
1818
- uses: pnpm/action-setup@v2
1919
with:
20-
version: 6
20+
version: 8
2121

2222
- name: Install dependencies
2323
run: pnpm i

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/setup-node@v3
4646
- uses: pnpm/action-setup@v2
4747
with:
48-
version: 6
48+
version: 8
4949

5050
- name: Install dependendencies
5151
run: pnpm i

0 commit comments

Comments
 (0)