Skip to content

Commit

Permalink
Remove broken yarn cache
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed Nov 3, 2023
1 parent c4e1369 commit 0888e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
# cache: 'yarn'
- name: Install Dependencies
run: yarn install
# - name: Save Yarn Package Cache
Expand Down

0 comments on commit 0888e0c

Please sign in to comment.