Skip to content

Commit 6e9ff97

Browse files
authored
ci: update workflow strategy (#4194)
1 parent 42ff0cb commit 6e9ff97

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,10 @@ jobs:
5959
matrix:
6060
os: [ubuntu-latest, windows-latest, macos-latest]
6161
node-version: [12.x, 14.x, 16.x, 17.x]
62-
webpack-version: [4, latest]
63-
exclude:
64-
- node-version: 17.x
62+
webpack-version: [latest]
63+
include:
64+
- node-version: 16.x
65+
os: ubuntu-latest
6566
webpack-version: 4
6667

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

0 commit comments

Comments
 (0)