Skip to content

Update TypeScript to 5.7.2 (#5128) #10225

Update TypeScript to 5.7.2 (#5128)

Update TypeScript to 5.7.2 (#5128) #10225

Workflow file for this run

name: Node CI
on:
push:
branches:
- main
- next
pull_request:
branches:
- '**'
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
build:
timeout-minutes: 20
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/ci-setup
- uses: ./.github/actions/ci-checks