Skip to content

Bump eslint from 8.54.0 to 9.14.0 #299

Bump eslint from 8.54.0 to 9.14.0

Bump eslint from 8.54.0 to 9.14.0 #299

Workflow file for this run

name: Tests
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
# See: https://help.github.com/en/actions/automating-your-workflow-with-github-actions/configuring-a-workflow#using-the-checkout-action
- uses: actions/checkout@v4
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 'lts/iron'
cache: 'npm'
- run: npm ci
- run: npm test
- run: npm run build