Skip to content

chore(deps-dev): bump webpack from 5.74.0 to 5.96.1 #1022

chore(deps-dev): bump webpack from 5.74.0 to 5.96.1

chore(deps-dev): bump webpack from 5.74.0 to 5.96.1 #1022

Workflow file for this run

name: Lint
on:
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12
- name: Install dependencies
run: |
yarn install
- name: Lint
run: |
yarn lint