Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Jackson <robert.w.jackson@me.com>
  • Loading branch information
stefanpenner and rwjblue committed Jun 11, 2021
1 parent b89f169 commit 91c62af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ on:
jobs:
test:
name: Tests
runs-on: ${{ matrix.os }}
runs-on: "${{ matrix.os }}-latest"

strategy:
matrix:
node: ['10', '12', '14']
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu, macOS, windows]

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 91c62af

Please sign in to comment.