Skip to content

fix(deps): update typescript-eslint monorepo to ^7.8.0 (minor) #3332

fix(deps): update typescript-eslint monorepo to ^7.8.0 (minor)

fix(deps): update typescript-eslint monorepo to ^7.8.0 (minor) #3332

Workflow file for this run

name: test
on:
push:
branches:
- master
- 'renovate/**'
pull_request:
jobs:
build:
name: Node.js ${{ matrix.os }} ${{ matrix.node-version }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16.x, 18.x, 20.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: npm ci, and npm test
run: |
npm ci
npm test
env:
CI: true