Skip to content

build(deps-dev): Bump eslint from 8.57.1 to 9.19.0 #4560

build(deps-dev): Bump eslint from 8.57.1 to 9.19.0

build(deps-dev): Bump eslint from 8.57.1 to 9.19.0 #4560

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- name: Install
run: npm install
- name: Test
run: npm run test:local
- uses: actions/upload-artifact@v4
if: failure()
with:
name: logs
path: logs