From d4d908da618771d5597b0637dfe389e3a654ab60 Mon Sep 17 00:00:00 2001 From: Jason Kuhrt Date: Sat, 30 Jul 2022 20:32:43 -0400 Subject: [PATCH] improve(action): do not assume yarn --- action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/action.yml b/action.yml index 33975ddc..6c5e569b 100644 --- a/action.yml +++ b/action.yml @@ -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: |