Skip to content

Commit 3c63bed

Browse files
committed
ci: upgrade pnpm version
1 parent 9bd69f5 commit 3c63bed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install PNPM
1414
uses: pnpm/action-setup@v2
1515
with:
16-
version: 7
16+
version: 8
1717
- name: Setup Node.js
1818
uses: actions/setup-node@v3
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: pnpm/action-setup@v2
1616
with:
17-
version: 7
17+
version: 8
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@v3
2020
with:

0 commit comments

Comments
 (0)