Skip to content

chore(deps): bump webpack from 5.88.1 to 5.94.0 #510

chore(deps): bump webpack from 5.88.1 to 5.94.0

chore(deps): bump webpack from 5.88.1 to 5.94.0 #510

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: marcobiedermann/actions/.github/actions/checkout@main
- uses: marcobiedermann/actions/.github/actions/setup-node@main
- name: 🔋 Install
run: npm ci
- name: 🤖 Linting
run: npm run lint
- name: 🛠️ Building
run: npm run build