Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.1 to 6.7.2 #467

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.1 to 6.7.2

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.12.1 to 6.7.2 #467

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: npm install, build, and test
run: |
npm install -g yarn
yarn
yarn run ci
env:
CI: "true"