Skip to content

fix: bump eslint from 10.9.0 to 10.9.1 #427

fix: bump eslint from 10.9.0 to 10.9.1

fix: bump eslint from 10.9.0 to 10.9.1 #427

Workflow file for this run

name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
branches:
- main
- 'releases/*'
jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Set Node.js 20.x
uses: actions/setup-node@v7.0.0
with:
node-version: 20.x
- run: |
npm install
- run: |
npm run all