Skip to content

Commit 0f04998

Browse files
committed
Fix lint workflow error
1 parent e740bf3 commit 0f04998

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v5
15-
- name: Setup pnpm
16-
uses: pnpm/action-setup@v4
17-
with:
18-
version: latest
19-
run_install: false
2015
- name: Setup Node.js
2116
uses: actions/setup-node@v5
2217
with:
2318
node-version: lts/*
24-
cache: pnpm
25-
- name: Install dependencies
26-
run: pnpm install
19+
package-manager-cache: false
20+
- name: Setup pnpm
21+
uses: pnpm/action-setup@v4
22+
with:
23+
version: latest
24+
run_install: true
2725
- name: Lint files
2826
run: pnpm lint

0 commit comments

Comments
 (0)