diff --git a/build/frontend/action.yaml b/build/frontend/action.yaml index bea89e0f..267b5a9d 100644 --- a/build/frontend/action.yaml +++ b/build/frontend/action.yaml @@ -149,6 +149,7 @@ runs: uses: actions/setup-node@v3 with: node-version-file: "${{ inputs.working_directory }}/.nvmrc" + check-latest: true - name: Setup gcloud if: "${{ inputs.config == 'true' }}"