Skip to content

Commit

Permalink
ci: Disable npm cache to see if that's the cause for macos failing to…
Browse files Browse the repository at this point in the history
… build
  • Loading branch information
eliandoran committed Aug 10, 2024
1 parent f7639d2 commit ee9ce5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"

- name: Install dependencies
run: npm ci
- name: Update build info
Expand Down

0 comments on commit ee9ce5f

Please sign in to comment.