Skip to content

Commit d906db4

Browse files
committed
ci(lint): fix workflow config by removing pnpm cache option from setup-node step
1 parent 790d103 commit d906db4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
- name: Setup Node
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 20
24-
cache: pnpm
23+
node-version: 20∂
2524

2625
- name: Install pnpm
2726
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)