Skip to content

Commit 0214eae

Browse files
committed
fix(ci): remove cache option from Node.js setup in CI workflow
1 parent 64f7f5b commit 0214eae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
uses: actions/setup-node@v4
6565
with:
6666
node-version: 20.x
67-
cache: 'pnpm'
6867

6968
- name: Install dependencies
7069
run: pnpm install --no-frozen-lockfile

0 commit comments

Comments
 (0)