Skip to content

Bump webpack from 5.79.0 to 5.96.1 #29

Bump webpack from 5.79.0 to 5.96.1

Bump webpack from 5.79.0 to 5.96.1 #29

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run test-compile
- run: npm run format-check