From 11d7139c485ef80a79d0e45da6ae4e84f4b750b4 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Sat, 24 Sep 2022 06:47:43 +0000 Subject: [PATCH] Update pull_request_dependabot.yml --- .github/workflows/pull_request_dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request_dependabot.yml b/.github/workflows/pull_request_dependabot.yml index 4146e2e9..e017a046 100644 --- a/.github/workflows/pull_request_dependabot.yml +++ b/.github/workflows/pull_request_dependabot.yml @@ -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