Skip to content

chore: bump eslint from 8.47.0 to 9.1.1 #106

chore: bump eslint from 8.47.0 to 9.1.1

chore: bump eslint from 8.47.0 to 9.1.1 #106

Workflow file for this run

name: Test CI
on:
push:
branches:
- master
pull_request:
paths-ignore:
- "*.md"
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
node-version: ['16', '18', '20']
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm test