Skip to content

chore: bump concurrently from 5.3.0 to 7.6.0 #52

chore: bump concurrently from 5.3.0 to 7.6.0

chore: bump concurrently from 5.3.0 to 7.6.0 #52

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
test:
name: Node.js ${{ matrix.node-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
node-version:
- 21
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm install --legacy-peer-deps
automerge:
name: Dependabot Auto-Merge
needs: test
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ github.token }}
target: minor