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 22119b4 commit 13c7805Copy full SHA for 13c7805
.github/workflows/eslint-9+.yml
@@ -51,6 +51,7 @@ 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
+ skip-ls-check: true
55
- run: npx ls-engines
56
- run: npm run unit-test
57
- uses: codecov/codecov-action@v3.1.5
0 commit comments