Skip to content

Bump @eslint/js from 9.34.0 to 9.39.1 #408

Bump @eslint/js from 9.34.0 to 9.39.1

Bump @eslint/js from 9.34.0 to 9.39.1 #408

Workflow file for this run

name: Node CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Confirm application can build
run: |
npm ci
npm run build
env:
CI: true