We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91de0ce commit 5785e9bCopy full SHA for 5785e9b
.github/workflows/ci.yml
@@ -27,3 +27,9 @@ jobs:
27
28
- name: Run unit tests
29
run: pnpm run test
30
+
31
+ - name: Set up webpack 5 tests
32
+ run: npx json -f package.json -I -e "this.resolutions = {}, this.resolutions.webpack = '^5.0.0', this.devDependencies.webpack = '^5.0.0' "
33
34
+ - name: Run unit tests for webpack 5
35
+ run: pnpm run test
0 commit comments