Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Caballerog committed Apr 5, 2020
1 parent d3b88ee commit 21fa5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on: [push, pull_request, pull_request_review]
jobs:
testing:

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

strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node-version: [10.x, 12.x]

steps:
Expand Down

0 comments on commit 21fa5c9

Please sign in to comment.