Skip to content

Commit

Permalink
ci: don't install webpack again (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored May 25, 2022
1 parent f1cafb9 commit abb4e3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,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 abb4e3c

Please sign in to comment.