Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore(deps): bump @eslint/compat from 1.2.5 to 1.2.6 in the all-dependencies group #1459

chore(deps): bump @eslint/compat from 1.2.5 to 1.2.6 in the all-dependencies group

chore(deps): bump @eslint/compat from 1.2.5 to 1.2.6 in the all-dependencies group #1459

Workflow file for this run

name: Node CI
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test