diff --git a/composite-actions/frontend-generic/test/action.yaml b/composite-actions/frontend-generic/test/action.yaml index 0a1a1506..a2835273 100644 --- a/composite-actions/frontend-generic/test/action.yaml +++ b/composite-actions/frontend-generic/test/action.yaml @@ -91,7 +91,7 @@ runs: - name: Install dependencies shell: bash if: steps.cache-yarn-node-modules.outputs.cache-hit != 'true' && inputs.BUILD_TOOL == 'yarn' - run: yarn install --frozen-lockfile + run: yarn install --ignore-engines --frozen-lockfile - name: Lint shell: bash