Skip to content

Commit

Permalink
Use babel-loader@8 for webpack@4 tests
Browse files Browse the repository at this point in the history
It seems v9 isn't compatible with old webpack.
  • Loading branch information
trotzig committed Nov 15, 2022
1 parent 6adb931 commit 38da7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
node-version: 14.x
- run: yarn install --frozen-lockfile --ignore-engines
- run: yarn add --dev webpack@4
- run: yarn add --dev webpack@4 babel-loader@8
- run: yarn test

node18:
Expand Down

0 comments on commit 38da7bc

Please sign in to comment.