Thanks to visit codestin.com Credit goes to github.com
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 dd58923 commit 638b019Copy full SHA for 638b019
‎.github/workflows/ci.yml
@@ -39,5 +39,8 @@ jobs:
39
- name: Set up webpack 5 tests
40
run: npx json -f package.json -I -e "this.resolutions = {}, this.resolutions.webpack = '^5.0.0', this.devDependencies.webpack = '^5.0.0' "
41
42
+ - name: Install webpack 5
43
+ run: pnpm install
44
+
45
- name: Run unit tests for webpack 5
46
run: pnpm run test
0 commit comments