Skip to content

TypeScript's Nightly #174

TypeScript's Nightly

TypeScript's Nightly #174

Workflow file for this run

name: TypeScript's Nightly
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * *"
jobs:
test-types:
name: Test Types
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
check-latest: true
node-version: lts/*
- run: yarn install
- run: yarn build
- run: yarn test:types --target next
- run: yarn test:examples --target next