Skip to content

Commit a3a41eb

Browse files
committed
ci: use @typescript-eslint/parser@canary for ESLint 10 as temporary workaround until stable release
1 parent 939967d commit a3a41eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-18+.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
with:
113113
node-version: ${{ matrix.node-version }}
114114
after_install: |
115-
npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.typescript-eslint == 8 && 8.17 || matrix.typescript-eslint }}" "babel-eslint@${{ matrix.babel-eslint }}"
115+
npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@${{ matrix.eslint == 10 && 'canary' || (matrix.typescript-eslint == 8 && '8.17' || matrix.typescript-eslint) }}" "babel-eslint@${{ matrix.babel-eslint }}"
116116
env:
117117
NPM_CONFIG_LEGACY_PEER_DEPS: "${{ matrix.typescript-eslint >= 6 && 'false' || 'true' }}"
118118
- run: npx ls-engines

0 commit comments

Comments
 (0)