Skip to content

Update dependency @types/node to v22.9.0 #1687

Update dependency @types/node to v22.9.0

Update dependency @types/node to v22.9.0 #1687

Workflow file for this run

on: push
name: CI
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: make node_modules
- run: make lint
- run: make format.check
- run: make typecheck
- run: make test
up-to-date:
name: Up-to-date scripts/docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: make node_modules
- run: make build
env:
NODE_OPTIONS: "--max_old_space_size=4096"
- run: make docgen
- name: Check uncommitted changes
run: git add --intent-to-add . && git diff --exit-code --stat