Skip to content

Commit

Permalink
add os matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
daryazata committed Apr 8, 2022
1 parent 2bb0838 commit 5c930d5
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ on: push

jobs:
node-version:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest

runs-on: ${{ matrix.os }}
steps:
- name: Log Node Version
run: node -v
Expand Down

0 comments on commit 5c930d5

Please sign in to comment.