Skip to content

Commit e217bcc

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
uses: actions/setup-node@v4
3131
with:
3232
node-version-file: .node-version
33-
cache: npm
33+
cache: pnpm
3434

3535
- name: Install pnpm
36-
id: setup-pnpm
36+
id: pnpm-ci
3737
uses: pnpm/action-setup@v2
3838

3939
- name: Install Dependencies

0 commit comments

Comments
 (0)