We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef26e66 commit ff423d0Copy full SHA for ff423d0
.github/workflows/nodejs.yml
@@ -81,6 +81,7 @@ jobs:
81
run: npm ci
82
83
- name: Install webpack ${{ matrix.webpack-version }}
84
+ if: matrix.webpack-version != 'latest'
85
run: npm i webpack@${{ matrix.webpack-version }}
86
87
- name: Run tests for webpack version ${{ matrix.webpack-version }}
0 commit comments