Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.14.1 #578

chore(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.14.1

chore(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.14.1 #578

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
release:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Install Node.js, NPM
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: npm install
run: npm ci
- name: npm test
run: npm test