Skip to content

Bump @typescript-eslint/parser from 5.9.1 to 5.59.11 #409

Bump @typescript-eslint/parser from 5.9.1 to 5.59.11

Bump @typescript-eslint/parser from 5.9.1 to 5.59.11 #409

Workflow file for this run

name: CI
on:
push:
branches:
- master
- 'v*' # older version branches
tags:
- '*'
pull_request:
jobs:
benchmark:
runs-on: ubuntu-latest
name: perf:benchmark
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: 16.x
- name: Install dependencies
run: yarn install
- name: Build project
run: yarn build
- name: Run script
run: yarn perf:benchmark