We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0140b3d commit a2489e9Copy full SHA for a2489e9
.github/workflows/eslint-9+.yml
@@ -51,8 +51,6 @@ jobs:
51
node-version: ${{ matrix.node-version }}
52
after_install: |
53
npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.eslint == 10 && 'canary' || matrix.typescript-eslint }}" "babel-eslint@${{ matrix.babel-eslint }}" "typescript@5"
54
- env:
55
- NPM_CONFIG_LEGACY_PEER_DEPS: "${{ matrix.typescript-eslint >= 6 && 'false' || 'true' }}"
56
- run: npx ls-engines
57
- run: npm run unit-test
58
- uses: codecov/codecov-action@v3.1.5
0 commit comments