Skip to content

Commit

Permalink
ci: don't install webpack again (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jun 11, 2022
1 parent 4d8e043 commit 92b6206
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
run: npm i

- 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 Expand Up @@ -117,9 +118,6 @@ jobs:
- name: Install dependencies
run: npm i

- name: Install webpack latest
run: npm i webpack@latest

- name: Run tests for webpack version latest with experimentalUseImportModule
run: npm run test:coverage -- --ci
env:
Expand Down

0 comments on commit 92b6206

Please sign in to comment.