Skip to content

Commit 9823274

Browse files
authored
ci: don't install webpack again (#429)
1 parent 486592b commit 9823274

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
run: npm ci
7676

7777
- name: Install webpack ${{ matrix.webpack-version }}
78+
if: matrix.webpack-version != 'latest'
7879
run: npm i webpack@${{ matrix.webpack-version }}
7980

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

0 commit comments

Comments
 (0)