Skip to content

Update typescript 4.9.5 → 5.4.5 (major) #2119

Update typescript 4.9.5 → 5.4.5 (major)

Update typescript 4.9.5 → 5.4.5 (major) #2119

Workflow file for this run

---
name: ESLint
on:
push:
pull_request:
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: true
- name: install node v16
uses: actions/setup-node@v3
with:
node-version: 16
- name: yarn install
run: yarn install
- name: yarn run lint
run: yarn run lint