Skip to content

Commit 4702dca

Browse files
committed
chore(pnpm): bump version in ci
1 parent 852dd2f commit 4702dca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 8
24+
version: 10
2525
- name: Use Node.js ${{ matrix.node-version }}
2626
uses: actions/setup-node@v4
2727
with:

.github/workflows/deploy-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: pnpm/action-setup@v4
2222
with:
23-
version: 8
23+
version: 10
2424
- uses: actions/setup-node@v4
2525
with:
2626
node-version: 20

.github/workflows/test-site.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- uses: pnpm/action-setup@v4
2020
with:
21-
version: 8
21+
version: 10
2222
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 20

0 commit comments

Comments
 (0)