Skip to content

Update dependency typescript to v5.6.2 #471

Update dependency typescript to v5.6.2

Update dependency typescript to v5.6.2 #471

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Node LTS
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: 'npm'
- run: npm ci
- run: npm run verify