Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.2.1 #2011

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.2.1

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.2.1 #2011

Workflow file for this run

name: tests
on: [push, pull_request]
jobs:
tests:
name: node ${{ matrix.node-version }} / ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
node-version: [20, 18, 16]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test