Skip to content

build(deps): update typescript-eslint monorepo to v7.12.0 #56

build(deps): update typescript-eslint monorepo to v7.12.0

build(deps): update typescript-eslint monorepo to v7.12.0 #56

Workflow file for this run

name: Run CI
on:
push:
branches: master
tags: v*
pull_request:
branches: "*"
jobs:
all:
name: "Run CI"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn run test