Skip to content

Commit 96260d6

Browse files
authoredApr 7, 2022
Update test.yml
1 parent 2d1f4b7 commit 96260d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
node: [14, 12]
16+
node: ['lts/*', 12]
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -35,7 +35,7 @@ jobs:
3535
pull-requests: write
3636
contents: write
3737
steps:
38-
- uses: fastify/github-action-merge-dependabot@v3.1
38+
- uses: fastify/github-action-merge-dependabot@v3
3939
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
4040
with:
4141
github-token: ${{ secrets.github_token }}

0 commit comments

Comments
 (0)
Please sign in to comment.