Skip to content

Commit 8d3cb7b

Browse files
committed
ci: remove yarn cache from checkout and setup node (#2320)
Remove yarn cache from checkout and setup node action. PR Close #2320
1 parent 0973241 commit 8d3cb7b

File tree

1 file changed

+0
-1
lines changed
  • github-actions/npm/checkout-and-setup-node

1 file changed

+0
-1
lines changed

github-actions/npm/checkout-and-setup-node/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ runs:
4242
with:
4343
node-version-file: ${{ inputs.node-version-file-path }}
4444
node-version: ${{ inputs.node-version }}
45-
cache: 'yarn'
4645

4746
# TODO(josephperrott): Determine if its safe to use this caching step.
4847
# - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2

0 commit comments

Comments
 (0)