Skip to content

Commit d4d908d

Browse files
committed
improve(action): do not assume yarn
1 parent 90537a5 commit d4d908d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ runs:
2323
- uses: actions/setup-node@v3
2424
with:
2525
node-version: 16.x
26-
cache: 'yarn'
27-
# TODO Do not assume yarn is what the project is using
2826
- name: Install Dependencies
2927
shell: bash
3028
run: |

0 commit comments

Comments
 (0)