File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2525 node-version : 20.11.0
2626
2727 - name : Install dependencies
28- run : npm ci
28+ run : npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
2929
3030 - name : Perfrom ESLint check
3131 run : npm run lint
Original file line number Diff line number Diff line change 2929 node-version : ${{ matrix.version }}
3030
3131 - name : Install dependencies
32- run : npm ci
32+ run : npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
3333
3434 - name : Run unit tests
3535 run : npm run test:unit:coverage
5757 node-version : 22.x
5858
5959 - name : Install dependencies
60- run : npm ci
60+ run : npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo
6161
6262 - name : Install @ui5/cli ${{matrix.ui5-cli}}
6363 run : npm i -D @ui5/cli@${{matrix.ui5-cli}}
You can’t perform that action at this time.
0 commit comments