Skip to content

Commit

Permalink
Reduce the number of nodes in test (now 8,12,13); add oses (windows, …
Browse files Browse the repository at this point in the history
…mac)
  • Loading branch information
StoneCypher committed Jan 17, 2020
1 parent eb3669a commit 07f502f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/nodejs.yml
Expand Up @@ -5,11 +5,12 @@ on: [push]
jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [8.x, 9.x, 10.x, 11.x, 12.x]
node-version: [8.x, 12.x, 13.x]
os: [ubuntu-latest, windows-latest, mac-latest]

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

steps:
- uses: actions/checkout@v1
Expand All @@ -27,4 +28,4 @@ jobs:
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v1.0.1
with:
github-token: ${{ secrets.github_token }}
github-token: ${{ secrets.github_token }}

0 comments on commit 07f502f

Please sign in to comment.