Skip to content

Commit 32c6e63

Browse files
committed
Remove NPM_CONFIG_LEGACY_PEER_DEPS from workflow
1 parent 9ca038d commit 32c6e63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/eslint-9+.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ 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-
env:
55-
NPM_CONFIG_LEGACY_PEER_DEPS: "${{ matrix.typescript-eslint >= 6 && 'false' || 'true' }}"
5654
- run: npx ls-engines
5755
- run: npm run unit-test
5856
- uses: codecov/codecov-action@v3.1.5

0 commit comments

Comments
 (0)