Skip to content

chore(deps-dev): bump @stylistic/eslint-plugin from 2.6.4 to 2.7.2 #281

chore(deps-dev): bump @stylistic/eslint-plugin from 2.6.4 to 2.7.2

chore(deps-dev): bump @stylistic/eslint-plugin from 2.6.4 to 2.7.2 #281

Workflow file for this run

name: tests
on:
push:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [lts/*]
steps:
- name: Git checkout
uses: actions/checkout@v4.1.7
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: Test
run: ./test.sh