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 23, 2022
1 parent fa15301 commit 54768ac
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: [12.x, 14.x, 16.x]
webpack-version: [latest, '4']
webpack-version: ['5']
include:
- node-version: 18.x
webpack-version: latest
Expand Down Expand Up @@ -49,29 +49,4 @@ jobs:
if: ${{ matrix.coverage }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
test-legacy:
name: Test - ubuntu-latest - Node v8.9, Webpack 4
runs-on: ubuntu-latest
env:
YARN_NODE_LINKER: node-modules
steps:
- uses: actions/checkout@v2
- name: Use Node.js latest
uses: actions/setup-node@v1
with:
node-version: '*'
- name: Install dependencies
run: yarn
- name: Install webpack 4
run: yarn add -D webpack@4
- name: Build babel-loader
run: yarn run build
env:
BABEL_ENV: test
- name: Use Node.js 8.9
uses: actions/setup-node@v1
with:
node-version: '8.9'
- name: Run tests for webpack version 4
run: node scripts/test-legacy

0 comments on commit 54768ac

Please sign in to comment.