Skip to content

Bump @types/tsc-watch from 4.2.3 to 6.0.0 #521

Bump @types/tsc-watch from 4.2.3 to 6.0.0

Bump @types/tsc-watch from 4.2.3 to 6.0.0 #521

Workflow file for this run

name: CI
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Enable corepack
run: corepack enable
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: latest
cache: yarn
- name: Install dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint
- name: Build
run: yarn build