Skip to content

Bump eslint from 8.57.1 to 9.15.0 #164

Bump eslint from 8.57.1 to 9.15.0

Bump eslint from 8.57.1 to 9.15.0 #164

Workflow file for this run

name: Build
on:
push:
branches: ['main']
pull_request:
branches: ['main']
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.repository.name }}
uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
cache: 'npm'
- name: Install Dependencies
run: npm ci
- name: Build
run: npm run build --if-present