Skip to content

Bump webpack from 5.88.2 to 5.94.0 #2566

Bump webpack from 5.88.2 to 5.94.0

Bump webpack from 5.88.2 to 5.94.0 #2566

Workflow file for this run

name: Test
on:
push:
branches: [main, integration]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
- name: Install dependencies
run: npm ci
- name: build
run: npm run build
- name: Run unit tests
run: npm run unit