Skip to content

build(deps-dev): bump eslint from 7.32.0 to 9.2.0 #1375

build(deps-dev): bump eslint from 7.32.0 to 9.2.0

build(deps-dev): bump eslint from 7.32.0 to 9.2.0 #1375

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- gh-pages
paths:
- package.json
- package-lock.json
- src/**
- tsconfig.json
- .github/workflows/build.yml
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '14.x'
- name: Install dependencies
run: npm install
- name: Test build
run: npm run build