Skip to content

Commit

Permalink
chore(ci): fix don't cache npm cache dir between workflow execs
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Aug 31, 2021
1 parent 9e7f417 commit 05edf16
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '*'
cache: 'npm'
check-latest: true
- name: Install dependencies
run: npm install --production --no-audit
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
check-latest: true
- name: Install core dependencies
run: npm ci --no-audit
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '*'
cache: 'npm'
check-latest: true
registry-url: 'https://registry.npmjs.org'
# This can be removed once npm >=7.20.0 is installed by default.
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '*'
cache: 'npm'
check-latest: true
registry-url: 'https://registry.npmjs.org'
if: ${{ steps.release.outputs.release_created }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: '*'
cache: 'npm'
check-latest: true
- name: Install core dependencies
run: npm ci --no-audit
Expand Down

0 comments on commit 05edf16

Please sign in to comment.