Skip to content

Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.59.7 (#1176) #87

Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.59.7 (#1176)

Bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.59.7 (#1176) #87

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node: 14
cache: 'npm'
node-version: 14
- name: Test
run: |
npm ci
npm run lint
npm run spellcheck
npm run test:ci
npm run build:prod
env:
CI: true