We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1f4b7 commit 96260d6Copy full SHA for 96260d6
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
- node: [14, 12]
+ node: ['lts/*', 12]
17
18
steps:
19
- uses: actions/checkout@v3
@@ -35,7 +35,7 @@ jobs:
35
pull-requests: write
36
contents: write
37
38
- - uses: fastify/github-action-merge-dependabot@v3.1
+ - uses: fastify/github-action-merge-dependabot@v3
39
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
40
with:
41
github-token: ${{ secrets.github_token }}
0 commit comments