Skip to content

Build(deps): bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0 #44

Build(deps): bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0

Build(deps): bump @stylistic/eslint-plugin from 2.7.2 to 2.8.0 #44

Workflow file for this run

name: CI
on:
pull_request:
workflow_call:
workflow_dispatch:
jobs:
test:
name: Node.js ${{ matrix.version }}
runs-on: ubuntu-latest
strategy:
matrix:
version: [18, 20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
cache: npm
- run: npm ci
- run: npm test