Skip to content

Commit

Permalink
no cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jun 10, 2024
1 parent 4c6a340 commit 96eb57b
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 @@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: install
run: npm ci || npm install
- name: XO
Expand All @@ -28,7 +27,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: install
run: npm ci || npm install
- name: build
Expand All @@ -42,7 +40,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: npm
- name: install
run: npm ci || npm install
- name: build
Expand Down

0 comments on commit 96eb57b

Please sign in to comment.