Skip to content

chore(deps): bump typebox from 1.2.17 to 1.3.0 #4579

chore(deps): bump typebox from 1.2.17 to 1.3.0

chore(deps): bump typebox from 1.2.17 to 1.3.0 #4579

name: Node.js CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x, 24.x]
steps:
- uses: actions/checkout@v6
name: Checkout code
- name: Set safe.directory
run: git config --global --add safe.directory /github/workspace
- uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Build TypeScript
run: npm run build:ts