Skip to content

Commit

Permalink
tools: remove legacy test from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins committed Apr 25, 2021
1 parent ea93da3 commit fc3cc47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,5 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: Test-Legacy
if: matrix.node-version == '10.x'
run: npm run test:legacy

- name: Test
if: matrix.node-version != '10.x'
run: npm run test

0 comments on commit fc3cc47

Please sign in to comment.