Skip to content

build(deps-dev): bump typescript-eslint from 8.13.0 to 8.14.0 #1126

build(deps-dev): bump typescript-eslint from 8.13.0 to 8.14.0

build(deps-dev): bump typescript-eslint from 8.13.0 to 8.14.0 #1126

Workflow file for this run

name: Run the testsuite
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/setup-node@v4.1.0
with:
node-version: 18
- name: Environment Information
run: |
node --version
npm --version
- name: Tetsuite
run: npm cit