Skip to content

chore(deps-dev): bump webpack from 5.89.0 to 5.94.0 #9

chore(deps-dev): bump webpack from 5.89.0 to 5.94.0

chore(deps-dev): bump webpack from 5.89.0 to 5.94.0 #9

Workflow file for this run

name: Test & build
on: [pull_request]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20.x
cache: npm
- run: npm ci --legacy-peer-deps
- run: npm test
- run: npm run build