Skip to content

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.61.0 #2934

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.61.0

Bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.61.0 #2934

Workflow file for this run

name: CI Build
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Reconfigure git to use HTTP authentication
run: >
git config --global url."https://github.com/".insteadOf
ssh://git@github.com/
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm ci
- run: npm run build
static-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: npm install
- run: ./node_modules/.bin/tsc --noEmit
- run: ./node_modules/.bin/vue-tsc --noEmit