Skip to content

chore(deps-dev): bump eslint from 8.57.0 to 9.13.0 #1985

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

chore(deps-dev): bump eslint from 8.57.0 to 9.13.0 #1985

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: npm
- run: npm install
- run: npm run lint
- run: npm run test
- run: npm start & npm run test:qa
- uses: actions/upload-artifact@v4
with:
name: qa-reports
path: packages/**/.test_results/
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3