Skip to content

Commit f1a91e6

Browse files
ci: don't install webpack again (#680)
Co-authored-by: Nitin Kumar <[email protected]>
1 parent 64cf06f commit f1a91e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
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)