Skip to content

chore(deps): update typescript-eslint monorepo to v7.8.0 (#2357) #5500

chore(deps): update typescript-eslint monorepo to v7.8.0 (#2357)

chore(deps): update typescript-eslint monorepo to v7.8.0 (#2357) #5500

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
name: Testing on Node ${{matrix.node_version}}
uses: the-guild-org/shared-config/.github/workflows/ci-node-matrix.yml@main
with:
script: yarn test
nodeVersions: '[16,18,21]'
lint:
uses: the-guild-org/shared-config/.github/workflows/lint.yml@main
with:
script: yarn ci:lint
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}