Skip to content

Commit

Permalink
ci: don't install webpack again (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Apr 14, 2022
1 parent 8e3cde0 commit eec408f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -75,6 +75,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 eec408f

Please sign in to comment.