Skip to content

Update dependency typescript to v5 #4373

Update dependency typescript to v5

Update dependency typescript to v5 #4373

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .node-version
- name: yarn install
run: |
corepack enable
yarn install --immutable
- name: Run eslint
run: yarn lint