Skip to content

Bump @types/node from 20.14.2 to 20.14.3 #316

Bump @types/node from 20.14.2 to 20.14.3

Bump @types/node from 20.14.2 to 20.14.3 #316

Workflow file for this run

name: dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge --auto --squash ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}