Skip to content

Commit edb23b6

Browse files
committed
drop @typescript-eslint v4 support
1 parent af27034 commit edb23b6

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/NodeCI.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -103,26 +103,6 @@ jobs:
103103
run: pnpm install
104104
- name: Test
105105
run: pnpm run test
106-
test-for-ts-eslint-v4:
107-
runs-on: ubuntu-latest
108-
strategy:
109-
matrix:
110-
node-version: [14.x]
111-
steps:
112-
- uses: actions/checkout@v4
113-
- uses: pnpm/action-setup@v2
114-
- name: Use Node.js ${{ matrix.node-version }}
115-
uses: actions/setup-node@v4
116-
with:
117-
node-version: ${{ matrix.node-version }}
118-
- name: Install @typescript-eslint v4
119-
run: |+
120-
pnpm install -D @typescript-eslint/parser@4 @typescript-eslint/eslint-plugin@4 eslint@7 svelte@3
121-
rm -rf node_modules
122-
- name: Install Packages
123-
run: pnpm install
124-
- name: Test
125-
run: pnpm run test
126106
test-for-eslint-v7:
127107
runs-on: ubuntu-latest
128108
strategy:

0 commit comments

Comments
 (0)