Skip to content

chore(deps): update typescript-eslint monorepo to ^7.16.0 #2755

chore(deps): update typescript-eslint monorepo to ^7.16.0

chore(deps): update typescript-eslint monorepo to ^7.16.0 #2755

Workflow file for this run

name: Verify Windows
on:
pull_request:
push:
branches:
- 'renovate/*'
jobs:
verify-windows:
name: Verify windows
runs-on: windows-latest
steps:
- name: Set git to use LF
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- name: Setup Node 22.x
uses: actions/setup-node@v4
with:
node-version: 22.x
cache: 'yarn'
- name: Install dependencies
run: yarn --frozen-lockfile
- name: Build
run: yarn build
- name: Test
run: yarn test