Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 #3225

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 #3225

Workflow file for this run

name: build-and-test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
test:
name: build-and-test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
run: yarn
- name: Building
run: yarn build
- name: Testing
run: yarn test