Skip to content

Bump eslint from 8.57.0 to 9.35.0 #80

Bump eslint from 8.57.0 to 9.35.0

Bump eslint from 8.57.0 to 9.35.0 #80

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build package
run: |
npm install
npm run build