Skip to content

Commit

Permalink
Remove npm cache in github action setup as we don't actually use one.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Feb 10, 2025
1 parent 7d50834 commit efacada
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ jobs:
- uses: actions/checkout@v4

- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
uses: jetify-com/devbox-install-action@v0.12.0
with:
enable-cache: true

- name: Cache npm cache
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-npm

- name: Verify formatting
run: devbox run format:check

Expand Down

0 comments on commit efacada

Please sign in to comment.