Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.11.0 #658

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.11.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.8.0 to 7.11.0 #658

Workflow file for this run

name: Node.js CI
on:
pull_request:
branches: ['main']
jobs:
build:
name: Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18.x, 20.x]
os: ['ubuntu-latest']
steps:
- uses: actions/checkout@v4
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run eslint
- run: npm run build
- run: npm run test