Skip to content

Commit 17e2697

Browse files
fix: remove pnpm cache
1 parent 10269db commit 17e2697

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13-
1413
- uses: actions/setup-node@v6
1514
with:
1615
node-version: 20.11.1
17-
cache: 'pnpm'
1816

1917
- run: pnpm lint
2018
- run: pnpm install

0 commit comments

Comments
 (0)