Skip to content

Commit

Permalink
Run CI tests on multiple platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Nov 26, 2021
1 parent 847fbed commit d00515f
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -8,17 +8,16 @@ on:

jobs:
build:
runs-on: ubuntu-latest

strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
node: [12, 14, 16]
include:
- node-version: 16
os: ubuntu-latest
full-ci: true
- node-version: 14
full-ci: false
- node-version: 12
full-ci: false

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

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

0 comments on commit d00515f

Please sign in to comment.