Skip to content

Commit

Permalink
ci: cache not sensible with npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nobkd committed Apr 28, 2023
1 parent aaa5eed commit e94e7f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- name: Install Deps
run: npm ci --ignore-scripts --no-audit --progress=false
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'

- name: Install Deps
run: npm ci --ignore-scripts --no-audit --progress=false
Expand Down

0 comments on commit e94e7f5

Please sign in to comment.