Skip to content

Commit

Permalink
chore: reenable windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyadorno committed May 1, 2020
1 parent 725bef8 commit 0f219cc
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
@@ -1,14 +1,14 @@
name: Node CI

on: [push]
on: [push, pull_request]

jobs:
build:
strategy:
fail-fast: false
matrix:
node-version: [6.x, 8.x, 10.x, 12.x]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macOS-latest]

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

Expand Down

0 comments on commit 0f219cc

Please sign in to comment.