From 3721dae0b45e4bd309f6a7c92db393956e543880 Mon Sep 17 00:00:00 2001 From: zomars Date: Mon, 20 Feb 2023 14:59:12 -0700 Subject: [PATCH] Update action.yml --- .github/actions/yarn-install/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/yarn-install/action.yml b/.github/actions/yarn-install/action.yml index 5636a97636..25e8762956 100644 --- a/.github/actions/yarn-install/action.yml +++ b/.github/actions/yarn-install/action.yml @@ -8,11 +8,9 @@ runs: using: "composite" steps: - uses: actions/setup-node@v3 - shell: bash with: node-version: ${{ inputs.node_version }} - name: node_modules cache - shell: bash id: node-modules-cache uses: actions/cache@v3 env: