Skip to content

Commit 7d933ac

Browse files
authored
Update static.yml
1 parent 2ff284c commit 7d933ac

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/static.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,11 @@ jobs:
3131
steps:
3232
- name: Checkout
3333
uses: actions/checkout@v4
34-
34+
35+
- uses: pnpm/action-setup@v4
36+
with:
37+
version: 10
38+
3539
- name: Use Node.js
3640
uses: actions/setup-node@v4
3741
with:

0 commit comments

Comments
 (0)