Skip to content

Commit

Permalink
ci: update workflow strategy (#1189)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 3, 2022
1 parent 6f4bde8 commit 88a2562
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x, 17.x]
webpack-version: [4, latest]
exclude:
- node-version: 17.x
webpack-version: [latest]
include:
- node-version: 16.x
os: ubuntu-latest
webpack-version: 4

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

0 comments on commit 88a2562

Please sign in to comment.