Skip to content

Commit

Permalink
disable caching in setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
yuheiy committed Oct 2, 2024
1 parent 7dc5a34 commit 7a64f07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm

- name: Install dependencies
run: npm ci
Expand All @@ -46,7 +45,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm

- name: Install dependencies
run: npm ci
Expand All @@ -66,7 +64,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 7a64f07

Please sign in to comment.