Skip to content

chore(deps): bump webpack from 5.30.0 to 5.88.1 #839

chore(deps): bump webpack from 5.30.0 to 5.88.1

chore(deps): bump webpack from 5.30.0 to 5.88.1 #839

Workflow file for this run

# Run tests.
name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
- run: yarn
- run: yarn test