Skip to content

Commit 17010dd

Browse files
authored
Merge branch 'master' into disable-commit-length
2 parents 848f3f5 + 92b6206 commit 17010dd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
run: npm i
8282

8383
- name: Install webpack ${{ matrix.webpack-version }}
84+
if: matrix.webpack-version != 'latest'
8485
run: npm i webpack@${{ matrix.webpack-version }}
8586

8687
- name: Run tests for webpack version ${{ matrix.webpack-version }}
@@ -117,9 +118,6 @@ jobs:
117118
- name: Install dependencies
118119
run: npm i
119120

120-
- name: Install webpack latest
121-
run: npm i webpack@latest
122-
123121
- name: Run tests for webpack version latest with experimentalUseImportModule
124122
run: npm run test:coverage -- --ci
125123
env:

0 commit comments

Comments
 (0)