Skip to content

Commit dc85c3d

Browse files
committed
chore(ci): update pnpm action to v4
1 parent 3f28dfb commit dc85c3d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Setup Pnpm
19-
uses: pnpm/action-setup@v2
20-
with:
21-
version: 8
19+
uses: pnpm/action-setup@v4
2220
- name: Use Node.js ${{ matrix.node-version }}
2321
uses: actions/setup-node@v4
2422
with:

0 commit comments

Comments
 (0)