Skip to content

Commit

Permalink
removed @typescript eslint from matrix test because import differs pe…
Browse files Browse the repository at this point in the history
…r version
  • Loading branch information
Havunen committed Dec 12, 2023
1 parent e66ceb8 commit 1c9e3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-18+.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
after_install: |
npm install --no-save "eslint@${{ matrix.eslint }}" "@typescript-eslint/parser@5" "babel-eslint@${{ matrix.babel-eslint }}"
npm install --no-save "eslint@${{ matrix.eslint }}" "babel-eslint@${{ matrix.babel-eslint }}"
env:
NPM_CONFIG_LEGACY_PEER_DEPS: true
- run: npx ls-engines
Expand Down

0 comments on commit 1c9e3f0

Please sign in to comment.