Skip to content

Bump @typescript-eslint/parser from 5.54.0 to 5.59.6 #500

Bump @typescript-eslint/parser from 5.54.0 to 5.59.6

Bump @typescript-eslint/parser from 5.54.0 to 5.59.6 #500

Workflow file for this run

name: Verify
on:
push:
branches:
- master
pull_request:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 14
cache: 'npm'
- name: npm install, build, and test
run: |
npm ci
npm run lint
npm run build.lib
npm run test
npm run size
env:
CI: true