Skip to content

Bump webpack from 5.76.0 to 5.94.0 #749

Bump webpack from 5.76.0 to 5.94.0

Bump webpack from 5.76.0 to 5.94.0 #749

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
CI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: "temurin"
java-version: "17"
cache: "maven"
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "npm"
- run: mvn --batch-mode package