Skip to content

chore(deps): bump typescript from 5.6.3 to 5.7.2 #253

chore(deps): bump typescript from 5.6.3 to 5.7.2

chore(deps): bump typescript from 5.6.3 to 5.7.2 #253

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Enable Corepack
run: corepack enable
- name: Setup Node
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: "22"
- name: Install Dependencies
run: yarn install --immutable
- name: Lint
run: yarn lint:ci