Skip to content

Bump to version 6.0.0-alpha.4 #2408

Bump to version 6.0.0-alpha.4

Bump to version 6.0.0-alpha.4 #2408

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install
run: |
yarn install
- name: typecheck
run: |
yarn run typecheck