Skip to content

⬆️ Bump prettier from 3.3.3 to 3.4.1 in the prettier group #172

⬆️ Bump prettier from 3.3.3 to 3.4.1 in the prettier group

⬆️ Bump prettier from 3.3.3 to 3.4.1 in the prettier group #172

Workflow file for this run

name: Node.js CI
on:
push:
branches: main
pull_request:
branches: main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
version: latest
- uses: actions/setup-node@v4
with:
node-version: 21
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build --noEmit
- run: pnpm run lint
- run: pnpm run test