Skip to content

Bump webpack from 5.90.3 to 5.94.0 #252

Bump webpack from 5.90.3 to 5.94.0

Bump webpack from 5.90.3 to 5.94.0 #252

Workflow file for this run

name: Test
on:
push:
jobs:
lint:
name: Run Linters and TSC
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- run: pnpm install --frozen-lockfile
- run: pnpm run lint
- run: pnpm run type-check