Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0 #1003

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.17.0 to 8.18.0 #1003

Workflow file for this run

name: Node.js CI
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 21, latest]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm run build
- run: npm run lint
- run: npm run test
env:
CI: true