Skip to content

Bump typescript from 5.9.3 to 6.0.2 #73

Bump typescript from 5.9.3 to 6.0.2

Bump typescript from 5.9.3 to 6.0.2 #73

Workflow file for this run

name: Run CI on commit-graph
on:
pull_request:
paths:
- "**"
workflow_dispatch:
jobs:
ci:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
- name: Enable corepack
run: corepack enable
- name: Install and CI
run: yarn && yarn ci