Skip to content

Commit 13c7805

Browse files
committed
Set skip-ls-check to true in ESLint 9+ workflow
1 parent 22119b4 commit 13c7805

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/eslint-9+.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
node-version: ${{ matrix.node-version }}
5252
after_install: |
5353
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
5455
- run: npx ls-engines
5556
- run: npm run unit-test
5657
- uses: codecov/codecov-action@v3.1.5

0 commit comments

Comments
 (0)