Skip to content

Commit

Permalink
Don't use caches during deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Jan 4, 2025
1 parent 7218e2c commit 445b536
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm

- name: clean install dependencies
run: npm ci
Expand All @@ -48,7 +47,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: npm

- name: clean install dependencies
run: npm ci
Expand Down

0 comments on commit 445b536

Please sign in to comment.