Skip to content

Commit 354ed68

Browse files
committed
add cache to super lint
1 parent 11132f5 commit 354ed68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linter.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28+
- name: Install pnpm
29+
id: setup-pnpm
30+
uses: pnpm/action-setup@v2
31+
2832
- name: Setup Node.js
2933
id: setup-node
3034
uses: actions/setup-node@v4
3135
with:
3236
node-version-file: .node-version
33-
cache: npm
34-
35-
- name: Install pnpm
36-
id: setup-pnpm
37-
uses: pnpm/action-setup@v2
37+
cache: pnpm
3838

3939
- name: Install Dependencies
4040
id: install

0 commit comments

Comments
 (0)