Skip to content

chore(deps-dev): bump @types/tmi.js from 1.8.3 to 1.8.5 #357

chore(deps-dev): bump @types/tmi.js from 1.8.3 to 1.8.5

chore(deps-dev): bump @types/tmi.js from 1.8.3 to 1.8.5 #357

Workflow file for this run

name: ESLint
on:
workflow_dispatch:
branches: [ main ]
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
release:
runs-on: ${{ matrix.os }}
continue-on-error: false
timeout-minutes: 30
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16.x]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Check out Git repository
uses: actions/checkout@v2
# Install Node.js, npm and yarn
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
check-latest: true
cache: yarn
cache-dependency-path: yarn.lock
- run: yarn install
- run: yarn lint