Skip to content

Commit

Permalink
remove webpack 4 from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 25, 2022
1 parent 7c7f568 commit 79ded92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -20,10 +20,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [14.x, 16.x]
webpack-version: [latest, '4']
node-version: [14, 16, 18]
webpack-version: ['5']
include:
- node-version: 18.x
- node-version: latest
webpack-version: latest
os: ubuntu-latest
coverage: true
Expand Down

0 comments on commit 79ded92

Please sign in to comment.