Skip to content

chore(deps): Bump eslint from 8.57.0 to 9.3.0 #723

chore(deps): Bump eslint from 8.57.0 to 9.3.0

chore(deps): Bump eslint from 8.57.0 to 9.3.0 #723

Workflow file for this run

name: Node
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: ".nvmrc"
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm run lint