Update pull_request_dependabot.yml

This commit is contained in:
Francisco Hodge 2022-09-24 06:47:43 +00:00 committed by GitHub
parent ca1390b7f9
commit 11d7139c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
if: ${{ github.actor == 'dependabot[bot]' }}
strategy:
matrix:
node-version: [12.x]
node-version: [16.x]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2