Skip to content

Commit

Permalink
ci: update to latest npm version
Browse files Browse the repository at this point in the history
- based on webpack-contrib/mini-css-extract-plugin#875, update npm version
  • Loading branch information
Ffloriel committed Jun 5, 2022
1 parent e89be8d commit 8c76544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: npm install, lerna bootstrap, run build and test
run: |
npm i -g npm
npm i
npm run build --if-present
npm run lint
Expand Down

0 comments on commit 8c76544

Please sign in to comment.