Skip to content

Commit abb4e3c

Browse files
authored
ci: don't install webpack again (#170)
1 parent f1cafb9 commit abb4e3c

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
@@ -86,6 +86,7 @@ jobs:
8686
run: npm ci
8787

8888
- name: Install webpack ${{ matrix.webpack-version }}
89+
if: matrix.webpack-version != 'latest'
8990
run: npm i webpack@${{ matrix.webpack-version }}
9091

9192
- name: Run tests for webpack version ${{ matrix.webpack-version }}

0 commit comments

Comments
 (0)