Skip to content

Commit

Permalink
matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Feb 1, 2024
1 parent 2914efb commit 896b6a1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ env:

jobs:
test:
name: Test for Node ${{ matrix.node-version }}
name: Test for Node ${{ matrix.node-version }} on ${{ matrix.os }}
timeout-minutes: 15
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
node-version: [16, 18, 20]

steps:
Expand Down

0 comments on commit 896b6a1

Please sign in to comment.