Skip to content

build(deps-dev): bump typescript-eslint from 8.12.1 to 8.12.2 #7241

build(deps-dev): bump typescript-eslint from 8.12.1 to 8.12.2

build(deps-dev): bump typescript-eslint from 8.12.1 to 8.12.2 #7241

Workflow file for this run

name: Run the testsuite
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: ["20"]
steps:
- uses: actions/checkout@v4.2.2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
- run: |
npm cit
npm run build
auto-merge:
runs-on: ubuntu-latest
needs: build
permissions:
pull-requests: write
contents: write
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/github-action-merge-dependabot@v3.11.0
with:
target: minor