Skip to content

Commit

Permalink
chore: don't test webpack 5 on node 8 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Jun 3, 2020
1 parent 3a1f1f2 commit 505d2e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -58,6 +58,11 @@ jobs:
node-version: [8.x, 10.x, 12.x, 14.x]
webpack-version: [latest, next]

exclude:
# Webpack 5 does not support node 8
- node-version: 8.x
webpack-version: next

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

steps:
Expand Down

0 comments on commit 505d2e6

Please sign in to comment.