Skip to content

⬆️ Bump the patch-development group with 2 updates #97

⬆️ Bump the patch-development group with 2 updates

⬆️ Bump the patch-development group with 2 updates #97

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