Skip to content

Commit

Permalink
ci: run only ubuntu for now
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj authored and okonet committed Apr 4, 2020
1 parent 02f343a commit 1a384f0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,13 @@ jobs:
strategy:
matrix:
# Test with Node.js v10 (LTS), v12 (LTS), and v13 (latest)
node: [10, 12, 13]
node:
- 10
- 12
- 13
# Test with Ubuntu and macOS
os: [ubuntu-latest, macOS-latest]
os:
- ubuntu-latest
name: Node.js v${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 1a384f0

Please sign in to comment.