Skip to content

chore: Bump @types/node from 20.14.9 to 22.5.4 #92

chore: Bump @types/node from 20.14.9 to 22.5.4

chore: Bump @types/node from 20.14.9 to 22.5.4 #92

Workflow file for this run

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm run build
- run: pnpm run test
- run: pnpm run check
- run: pnpm exec publint