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.
2 parents 848f3f5 + 92b6206 commit 17010ddCopy full SHA for 17010dd
.github/workflows/nodejs.yml
@@ -81,6 +81,7 @@ jobs:
81
run: npm i
82
83
- name: Install webpack ${{ matrix.webpack-version }}
84
+ if: matrix.webpack-version != 'latest'
85
run: npm i webpack@${{ matrix.webpack-version }}
86
87
- name: Run tests for webpack version ${{ matrix.webpack-version }}
@@ -117,9 +118,6 @@ jobs:
117
118
- name: Install dependencies
119
120
- - name: Install webpack latest
121
- run: npm i webpack@latest
122
-
123
- name: Run tests for webpack version latest with experimentalUseImportModule
124
run: npm run test:coverage -- --ci
125
env:
0 commit comments