Skip to content

Bump eslint from 9.17.0 to 9.27.0 #15

Bump eslint from 9.17.0 to 9.27.0

Bump eslint from 9.17.0 to 9.27.0 #15

Workflow file for this run

name: Pull Request Validation
on:
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "22"
cache: npm
- name: Install dependencies
run: npm install
- name: Build with React
run: npm run build