Skip to content

chore(deps/npm): bump @typescript-eslint/parser from 5.59.5 to 5.60.1 #43

chore(deps/npm): bump @typescript-eslint/parser from 5.59.5 to 5.60.1

chore(deps/npm): bump @typescript-eslint/parser from 5.59.5 to 5.60.1 #43

Workflow file for this run

name: Node CI
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, latest]
steps:
- uses: actions/checkout@v3
- name: Install Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Install
run: npm ci
- name: Lint
run: npm run lint