Skip to content

Bump typescript from 5.7.2 to 5.7.3 #2331

Bump typescript from 5.7.2 to 5.7.3

Bump typescript from 5.7.2 to 5.7.3 #2331

Workflow file for this run

name: CI
on: pull_request
concurrency:
group: ci-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install and run CI
run: |
yarn
yarn run ci