Skip to content

Commit

Permalink
Add windows and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
rojasTob committed Jun 15, 2020
1 parent cf20d7a commit 598d48a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ on:
jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [10.x, 12.x]

platform: [ubuntu-latest, macos-latest, windows-latest]

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

services:
mongodb:
image: mongo:3.4.23
Expand Down

0 comments on commit 598d48a

Please sign in to comment.