Skip to content

Commit 61e42a7

Browse files
committed
workflow
1 parent bd60491 commit 61e42a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/submit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
1818
restore-keys: |
1919
${{ runner.os }}-
20-
- uses: pnpm/action-setup@v2.2.4
20+
- uses: pnpm/action-setup@v4
2121
with:
22-
version: latest
22+
version: 8
2323
run_install: true
2424
- name: Use Node.js 18.x
2525
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)