Skip to content

Bump webpack from 5.75.0 to 5.81.0 #327

Bump webpack from 5.75.0 to 5.81.0

Bump webpack from 5.75.0 to 5.81.0 #327

Workflow file for this run

name: Linting
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
lint:
name: JavaScript
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- name: Install dependencies
run: npm ci
- name: Run linter
run: npm run lint