Skip to content

fix: bump @types/node from 18.11.5 to 20.11.10 #72

fix: bump @types/node from 18.11.5 to 20.11.10

fix: bump @types/node from 18.11.5 to 20.11.10 #72

Workflow file for this run

name: auto-merge
on: [pull_request]
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GITHUB_TOKEN }}