Skip to content

Commit e2d3b15

Browse files
authored
chore: update merge action
1 parent 586aff3 commit e2d3b15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,18 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-node@v2
1414
with:
15-
node-version: 14.x
15+
node-version: 16
1616
- run: npm ci
1717
- run: npm run lint
1818
- run: npm test -- --coverage
1919
- run: bash <(curl -s https://codecov.io/bash)
2020
automerge:
2121
needs: build
2222
runs-on: ubuntu-latest
23+
permissions:
24+
pull-requests: write
25+
contents: write
2326
steps:
24-
- uses: fastify/github-action-merge-dependabot@v2.7.0
27+
- uses: fastify/github-action-merge-dependabot@v3
2528
with:
2629
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)