Skip to content

Commit

Permalink
Add macOS and Node.js 16 to GitHub Actions test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
niklashigi committed Feb 5, 2022
1 parent f570050 commit 96e76a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ jobs:
name: E2E Test / ${{ matrix.os.name }} / Node.js ${{ matrix.node }}
strategy:
matrix:
node: [14]
node: [14, 16]
os:
- name: Linux
runner: ubuntu-latest
- name: Windows
runner: windows-latest
- name: macOS
runner: macos-latest
# Prevent one failing job from cancelling the other ones
fail-fast: false
runs-on: ${{ matrix.os.runner }}
Expand Down

0 comments on commit 96e76a0

Please sign in to comment.