File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 after_install : |
103103 npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.typescript-eslint == 8 && 8.17 || matrix.typescript-eslint }}" "babel-eslint@${{ matrix.babel-eslint }}"
104104 env :
105- NPM_CONFIG_LEGACY_PEER_DEPS : " true"
105+ NPM_CONFIG_LEGACY_PEER_DEPS : " ${{ matrix.typescript-eslint >= 6 && 'false' || ' true' }} "
106106 - run : npx ls-engines
107107 - run : npm run unit-test
108108 - uses : codecov/codecov-action@v3.1.5
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.node-version >= 18 && matrix.eslint >= 8 && '8.17' || (matrix.node-version >= 16 && matrix.eslint >= 7 && '6' || (matrix.node-version >= 14 && '5' || (matrix.node-version >= 12 && '4' || (matrix.node-version >= 10 && '4.0' || (matrix.node-version >= 8 && '3' || '2'))))) }}" "babel-eslint@${{ matrix.babel-eslint }}"
107107 skip-ls-check : ${{ matrix.node-version < 10 && true || false }}
108108 env :
109- NPM_CONFIG_LEGACY_PEER_DEPS : " true"
109+ NPM_CONFIG_LEGACY_PEER_DEPS : " ${{ matrix.node-version >= 16 && matrix.eslint >= 7 && 'false' || ' true' }} "
110110 - run : npx ls-engines
111111 if : ${{ matrix.node-version >= 12 }}
112112 - run : npm run unit-test
You can’t perform that action at this time.
0 commit comments