Skip to content

Commit ff423d0

Browse files
authored
ci: don't install webpack again (#165)
1 parent ef26e66 commit ff423d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ jobs:
8181
run: npm ci
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 }}

0 commit comments

Comments
 (0)