From ce14bb04bf00b2e8136e6782502667f73b891a3f Mon Sep 17 00:00:00 2001 From: Hui Zhao Date: Wed, 24 Jul 2024 08:23:07 -0700 Subject: [PATCH] test --- .github/actions/node-and-build/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/node-and-build/action.yml b/.github/actions/node-and-build/action.yml index 808108d1d94..a6282153fc5 100644 --- a/.github/actions/node-and-build/action.yml +++ b/.github/actions/node-and-build/action.yml @@ -36,7 +36,7 @@ runs: # TODO We should be able to skip yarn / bootstrap if we cache enough things. Leaving because skipping causes issues. - name: Install if: inputs.is-prebuild != 'true' || steps.cache-build-artifacts.outputs.cache-hit != 'true' - run: yarn + run: yarn && echo "${{ inputs.node_version }}" shell: bash working-directory: ./amplify-js - name: Bootstrap