Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit ebf0b7b

Browse files
authored
ci: don't install webpack again (#93)
1 parent e4e397c commit ebf0b7b

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
@@ -71,6 +71,7 @@ jobs:
7171
run: npm ci
7272

7373
- name: Install webpack ${{ matrix.webpack-version }}
74+
if: matrix.webpack-version != 'latest'
7475
run: npm i webpack@${{ matrix.webpack-version }}
7576

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

0 commit comments

Comments
 (0)