Skip to content

[DevDependency] Bump webpack from 4.46.0 to 5.82.1 #1599

[DevDependency] Bump webpack from 4.46.0 to 5.82.1

[DevDependency] Bump webpack from 4.46.0 to 5.82.1 #1599

Workflow file for this run

name: Test
on: ['push', 'pull_request']
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run lint
- run: npm run build
# todo: figure out why firefox is failing
- run: npm test -- --browsers ChromeHeadless
- uses: codecov/codecov-action@v1