Skip to content

Bump @typescript-eslint/parser from 5.59.7 to 5.60.1 #252

Bump @typescript-eslint/parser from 5.59.7 to 5.60.1

Bump @typescript-eslint/parser from 5.59.7 to 5.60.1 #252

Workflow file for this run

name: lint
on: [push, pull_request]
jobs:
lint:
name: Run linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
cache: 'npm'
- name: Log NPM version
run: |
npm --version &&
npm list -g --depth 0
- run: npm ci
- run: npm run build:packages
- run: npm run lint