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