Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
build(build): updates github ci strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Feb 15, 2020
1 parent c10d0c9 commit 8796c7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ on: [push, pull_request]
jobs:
npm:
runs-on: ${{ matrix.os }}

strategy:
matrix:
node-version: [12.x, 13.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
# exclude:
# - os: windows-latest
# node-version: 13.x

steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand Down Expand Up @@ -43,7 +41,10 @@ jobs:
strategy:
matrix:
node-version: [12.x, 13.x]
os: [ubuntu-18.04]
os: [ubuntu-latest, windows-latest, macOS-latest]
# exclude:
# - os: windows-latest
# node-version: 13.x
steps:
- uses: actions/checkout@v1
- name: Use Node.js
Expand Down

1 comment on commit 8796c7f

@vercel
Copy link

@vercel vercel bot commented on 8796c7f Feb 15, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.