Skip to content

Commit e5819fb

Browse files
committed
Update pnpm in size action
1 parent 1556d28 commit e5819fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/size.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
CI_JOB_NUMBER: 1
88
steps:
99
- uses: actions/checkout@v2
10-
- uses: pnpm/action-setup@v2.2.2
10+
- uses: pnpm/action-setup@v4
1111
with:
12-
version: 7
12+
version: 9
1313
- uses: andresz1/size-limit-action@v1
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)