Skip to content

Commit a1c1b96

Browse files
committed
Move to pnpm 10
1 parent 67aec15 commit a1c1b96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.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@v4
1515
with:
16-
version: 9
16+
version: 10
1717
- name: Install Node.js
1818
uses: actions/setup-node@v4
1919
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install pnpm
1818
uses: pnpm/action-setup@v4
1919
with:
20-
version: 9
20+
version: 10
2121
- name: Install Node.js
2222
uses: actions/setup-node@v4
2323
with:

0 commit comments

Comments
 (0)