Skip to content

Commit 463ed9e

Browse files
authored
ci: don't install webpack again (#483)
1 parent f259590 commit 463ed9e

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
@@ -94,6 +94,7 @@ jobs:
9494
run: npm ci
9595

9696
- name: Install webpack ${{ matrix.webpack-version }}
97+
if: matrix.webpack-version != 'latest'
9798
run: npm i webpack@${{ matrix.webpack-version }}
9899

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

0 commit comments

Comments
 (0)