Skip to content

Commit

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

Please sign in to comment.