Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

chore: update node engines to next LTS #693

chore: update node engines to next LTS

chore: update node engines to next LTS #693

name: Dependabot auto approve
on: pull_request_target
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"