Skip to content

Bump eslint from 9.13.0 to 9.14.0 #209

Bump eslint from 9.13.0 to 9.14.0

Bump eslint from 9.13.0 to 9.14.0 #209

Workflow file for this run

name: PR Check
on:
pull_request:
branches:
- "*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
with:
ref: ${{ github.head_ref }}
- name: Setup Node.js
uses: actions/setup-node@v4.0.3
with:
node-version-file: ".nvmrc"
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build