Skip to content

Commit 82c4a60

Browse files
authored
Update main.yml
1 parent a54e97a commit 82c4a60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
2727
restore-keys: |
2828
${{ runner.os }}-
29-
- uses: pnpm/action-setup@v2.0.1
29+
- uses: pnpm/action-setup@v4
3030
with:
31-
version: 6
31+
version: 8
3232
run_install: true
3333

3434
- run: pnpm i # Run install

0 commit comments

Comments
 (0)