Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle authored Jan 28, 2022
1 parent f7c93c4 commit 111841a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ jobs:
timeout-minutes: 60
runs-on: ${{ matrix.os }}
strategy:
# fail-fast: false
matrix:
# node-version: [14.x, 16.x]
node-version: [16.x]
# os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
os: ['ubuntu-latest']
node-version: [14.x, 16.x]
os: ['macos-latest', 'ubuntu-latest', 'windows-latest']
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit 111841a

Please sign in to comment.