Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.9.0 #667

chore(deps-dev): bump eslint from 8.57.0 to 9.9.0

chore(deps-dev): bump eslint from 8.57.0 to 9.9.0 #667

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm run lint
- run: npm run test
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3