We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfee55 commit e2654dcCopy full SHA for e2654dc
.github/workflows/nodejs.yml
@@ -75,6 +75,7 @@ jobs:
75
run: npm ci
76
77
- name: Install webpack ${{ matrix.webpack-version }}
78
+ if: matrix.webpack-version != 'latest'
79
run: npm i webpack@${{ matrix.webpack-version }}
80
81
- name: Run tests for webpack version ${{ matrix.webpack-version }}
0 commit comments