Skip to content

Commit

Permalink
strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
GJS2162 committed Oct 15, 2022
1 parent bf322bc commit b3fe83f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
strategy:
matrix:
os: [ macos-latest , ubuntu-latest , windows-latest]
node_version: [ 6 ,7 ,8 ]
node_version: [ 6 ,8 ,10 ]
include:
- os: ubuntu-latest
node-version: 8
node_version: 8
is_ubuntu_8: "true"
exclude:
- os: ubuntu-latest
node-version: 6
node_version: 6
- os: macos-latest
node-version: 8
node_version: 8
runs-on: ${{ matrix.os }}
env:
IS_UBUNTU_8: ${{ matrix.is_ubuntu_8 }}
Expand All @@ -25,7 +25,7 @@ jobs:
run: node -v
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node_version }}
node_version: ${{ matrix.node_version }}
- name: Log node version
run: |
node -v
Expand Down

0 comments on commit b3fe83f

Please sign in to comment.