Skip to content

Commit

Permalink
build: do not install webpack 5 again (#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Feb 6, 2021
1 parent f9dadef commit e0b208d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Expand Up @@ -85,6 +85,7 @@ jobs:
yarn bootstrap
- name: Install webpack ${{ matrix.webpack-version }}
if: matrix.webpack-version == 'webpack-4'
run: yarn add -W webpack@${{ matrix.webpack-version }}

- name: Build and Bootstrap
Expand Down

0 comments on commit e0b208d

Please sign in to comment.