Skip to content

Commit

Permalink
disable nodejs package cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rpodcast committed Apr 2, 2024
1 parent f0f69ce commit b2827a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
cache: "npm"
cache: ''

- name: Install netlifly cli
run: npm install [email protected] -g
Expand Down

0 comments on commit b2827a1

Please sign in to comment.