Skip to content

Bump webpack from 5.75.0 to 5.95.0 #302

Bump webpack from 5.75.0 to 5.95.0

Bump webpack from 5.75.0 to 5.95.0 #302

Workflow file for this run

name: TypeScript Lint Check
on:
pull_request:
types: [assigned, opened, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: TypeScript Lint GitHub Action
uses: actions/setup-node@v1
with:
node-version: 14.18
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint