Skip to content

feat: add Node 24 support (#640) #340

feat: add Node 24 support (#640)

feat: add Node 24 support (#640) #340

Workflow file for this run

name: Types Check
on:
push:
branches:
- 'main'
pull_request:
jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-node
- name: Type check
run: yarn run types
- name: Test Types
run: yarn run test-types