Skip to content

Update typescript-eslint monorepo to v8.61.0 (#933) #1299

Update typescript-eslint monorepo to v8.61.0 (#933)

Update typescript-eslint monorepo to v8.61.0 (#933) #1299

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
jobs:
test:
runs-on: warp-ubuntu-latest-x64-2x
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Enable Corepack
run: corepack enable
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Install
run: yarn
- name: Test configs
run: yarn test
env:
CI: true