Skip to content

Commit

Permalink
fix actions - Remove npm cache on node install for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yatho committed May 6, 2024
1 parent 707b919 commit 93b0395
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm

- name: Install dependencies
run: pnpm install
Expand Down

0 comments on commit 93b0395

Please sign in to comment.