Skip to content

Bump eslint from 9.38.0 to 9.39.0 #476

Bump eslint from 9.38.0 to 9.39.0

Bump eslint from 9.38.0 to 9.39.0 #476

Workflow file for this run

name: Build & Test
on: push
jobs:
build:
name: build & test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v6
with:
node-version: 20
- run: npm ci
- run: npm run build
- run: npm run lint --if-present
- run: npm test --if-present