Skip to content

Bump @types/node from 20.14.10 to 20.14.11 #69

Bump @types/node from 20.14.10 to 20.14.11

Bump @types/node from 20.14.10 to 20.14.11 #69

Workflow file for this run

name: Type Check
on:
push:
branches:
- main
pull_request:
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Type check
run: yarn type-check