Skip to content

Bump @typescript-eslint/eslint-plugin from 7.5.0 to 8.19.1 #122

Bump @typescript-eslint/eslint-plugin from 7.5.0 to 8.19.1

Bump @typescript-eslint/eslint-plugin from 7.5.0 to 8.19.1 #122

Workflow file for this run

name: Node Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 20
- run: chmod 755 *
- run: npm ci
- run: npm test