Skip to content

Commit

Permalink
chore: refactor tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cap-Bernardito committed May 7, 2020
1 parent 7c7433c commit 1fc311b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10.x, 12.x, 14.x]
webpack-version: [latest, next]
exclude:
- os: macos-latest
node-version: 12.x
webpack-version: [latest]
- os: macos-latest
node-version: 14.x
webpack-version: [latest]

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

Expand Down

0 comments on commit 1fc311b

Please sign in to comment.