Skip to content

Commit

Permalink
ci: don't install webpack again (#680)
Browse files Browse the repository at this point in the history
Co-authored-by: Nitin Kumar <snitin315@gmail.com>
  • Loading branch information
ersachin3112 and snitin315 committed Apr 16, 2022
1 parent 64cf06f commit f1a91e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -81,6 +81,7 @@ jobs:
run: npm ci

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

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

0 comments on commit f1a91e6

Please sign in to comment.