Skip to content

chore(deps): bump webpack from 4.44.2 to 5.96.1 #4163

chore(deps): bump webpack from 4.44.2 to 5.96.1

chore(deps): bump webpack from 4.44.2 to 5.96.1 #4163

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: "latest"
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: "pnpm"
- run: pnpm i --fix-lockfile
- run: pnpm run lint
- run: pnpm run build