Skip to content

Commit d0d5591

Browse files
committed
workflow: update ci dependencies
1 parent 710718d commit d0d5591

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v3
1111
- name: Install pnpm
12-
uses: pnpm/action-setup@v2
12+
- uses: pnpm/action-setup@v2
13+
with:
14+
version: 7.9.5
1315
- name: Set node
1416
uses: actions/setup-node@v3
1517
with:

0 commit comments

Comments
 (0)