Skip to content

Commit 5714e2e

Browse files
committed
chore: disable setup node cache
1 parent 1578d7e commit 5714e2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: actions/setup-node@v5
3131
with:
3232
node-version: ${{ matrix.node-version }}
33+
package-manager-cache: false
3334

3435
- uses: pnpm/action-setup@v3
3536
name: Install pnpm

0 commit comments

Comments
 (0)