Skip to content

Commit eeddb71

Browse files
committed
don't cache deps
1 parent df45d06 commit eeddb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-pr-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: 20
2525
cache: "npm"
26-
cache-dependency-path: extensions/cli/package-lock.json
26+
# cache-dependency-path: extensions/cli/package-lock.json
2727

2828
- name: Setup packages
2929
uses: ./.github/actions/setup-packages

0 commit comments

Comments
 (0)