Skip to content

Bump webpack from 5.88.2 to 5.95.0 #75

Bump webpack from 5.88.2 to 5.95.0

Bump webpack from 5.88.2 to 5.95.0 #75

Workflow file for this run

name: Test
on:
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run : npm i
shell: bash
- run : npm ci
shell: bash
- run : npm run build
shell: bash