Update test.yml

This commit is contained in:
Bret Comnes 2022-04-07 09:26:07 -07:00 committed by GitHub
parent 035b9f8444
commit a6eb0d245a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm i
@ -30,7 +30,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.1
- uses: fastify/github-action-merge-dependabot@v3
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
with:
github-token: ${{secrets.github_token}}