Skip to content

Commit

Permalink
removed cache from setup-node action
Browse files Browse the repository at this point in the history
  • Loading branch information
vekexasia committed Mar 15, 2024
1 parent 2eda912 commit 73cb855
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/actions/setup-node/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ runs:
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'yarn'
cache-dependency-path: '**/yarn.lock'

- id: outputs
shell: bash
Expand Down

0 comments on commit 73cb855

Please sign in to comment.