Skip to content

Commit e94e7f5

Browse files
committed
ci: cache not sensible with npm ci
1 parent aaa5eed commit e94e7f5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
- uses: actions/setup-node@v3
2424
with:
2525
node-version: 18
26-
cache: 'npm'
2726

2827
- name: Install Deps
2928
run: npm ci --ignore-scripts --no-audit --progress=false

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ jobs:
1616
- uses: actions/setup-node@v3
1717
with:
1818
node-version: 18
19-
cache: 'npm'
2019

2120
- name: Install Deps
2221
run: npm ci --ignore-scripts --no-audit --progress=false

0 commit comments

Comments
 (0)