Skip to content

Commit

Permalink
TEST: CI: nodejs/help#2660
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-js committed Apr 30, 2020
1 parent ca85a59 commit e908ae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
strategy:
fail-fast: false # allow all test to run to the end
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
node-version: [ 12.x, 14.x ]
os: [ windows-latest ]
node-version: [ 12.x, 13.x, 14.x ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit e908ae4

Please sign in to comment.