Skip to content

Commit

Permalink
improve(action): do not assume yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Jul 31, 2022
1 parent 90537a5 commit d4d908d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ runs:
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'yarn'
# TODO Do not assume yarn is what the project is using
- name: Install Dependencies
shell: bash
run: |
Expand Down

0 comments on commit d4d908d

Please sign in to comment.