Skip to content

build(deps-dev): bump webpack from 5.90.3 to 5.97.1 #926

build(deps-dev): bump webpack from 5.90.3 to 5.97.1

build(deps-dev): bump webpack from 5.90.3 to 5.97.1 #926

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
- name: Install Dependencies
run: npm ci
- name: Run test
run: make lint