Skip to content

Commit 811619c

Browse files
authored
chore: remove typescript-eslint v5 test (#996)
1 parent b97a13e commit 811619c

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

.github/workflows/NodeCI.yml

-25
Original file line numberDiff line numberDiff line change
@@ -139,31 +139,6 @@ jobs:
139139
run: pnpm run test
140140
working-directory: ${{ env.project_root_path }}
141141

142-
test-for-typescript-eslint-v5:
143-
name: Test for typescript-eslint v5
144-
runs-on: ${{ matrix.os }}
145-
strategy:
146-
matrix:
147-
os: [ubuntu-latest]
148-
node: [18]
149-
steps:
150-
- name: Checkout
151-
uses: actions/checkout@v4
152-
- uses: pnpm/action-setup@v2
153-
- name: Setup Node.js ${{ matrix.node }}
154-
uses: actions/setup-node@v4
155-
with:
156-
node-version: ${{ matrix.node }}
157-
- name: Install typescript-eslint v5
158-
run: |
159-
pnpm install -D -w @typescript-eslint/parser@5 @typescript-eslint/eslint-plugin@5
160-
rm -rf node_modules
161-
- name: Install Packages
162-
run: pnpm install
163-
- name: Test
164-
run: pnpm run test
165-
working-directory: ${{ env.project_root_path }}
166-
167142
update-resources:
168143
runs-on: ubuntu-latest
169144
steps:

0 commit comments

Comments
 (0)