Skip to content

Bump webpack from 4.46.0 to 5.94.0 #1201

Bump webpack from 4.46.0 to 5.94.0

Bump webpack from 4.46.0 to 5.94.0 #1201

Workflow file for this run

name: Lint
on: [pull_request, push]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: yarn install --frozen-lockfile
- run: yarn lint