Skip to content

Build(deps): bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 #1189

Build(deps): bump webpack-bundle-analyzer from 4.10.1 to 4.10.2

Build(deps): bump webpack-bundle-analyzer from 4.10.1 to 4.10.2 #1189

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '16' ]
name: Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm test
- run: npm run production