Skip to content

Commit 60d1745

Browse files
committed
Update PNPM in Github workflows
1 parent 6acb94b commit 60d1745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 9
22+
version: 10
2323
run_install: false
2424
- name: Set-up Node
2525
uses: actions/setup-node@v4

.github/workflows/test.yaml

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
run_install: false
2222
- name: Set up Node.js
2323
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)