Skip to content

Commit fc3cc47

Browse files
committed
tools: remove legacy test from github actions
1 parent ea93da3 commit fc3cc47

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,5 @@ jobs:
3535
- name: Install Dependencies
3636
run: npm ci
3737

38-
- name: Test-Legacy
39-
if: matrix.node-version == '10.x'
40-
run: npm run test:legacy
41-
4238
- name: Test
43-
if: matrix.node-version != '10.x'
4439
run: npm run test

0 commit comments

Comments
 (0)