Skip to content

Commit

Permalink
- Fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvishnusankar committed Nov 10, 2020
1 parent d60ff02 commit 9f5466e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
strategy:
matrix:
node: ['14', '13', '12', '11', '10']
runs-on: ${{ matrix.platform }}
steps:
- name: Github Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 9f5466e

Please sign in to comment.