Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.3 #524

chore(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.3

chore(deps-dev): bump @typescript-eslint/parser from 6.7.0 to 6.7.3 #524

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@v3
- name: Install Node.js, NPM
uses: actions/setup-node@v3
with:
node-version: 18
cache: npm
- name: npm install
run: npm ci
- name: npm test
run: npm test