Skip to content

Bump webpack from 5.76.1 to 5.95.0 #88

Bump webpack from 5.76.1 to 5.95.0

Bump webpack from 5.76.1 to 5.95.0 #88

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: npm run lint