Skip to content

Commit

Permalink
Merge pull request #255 from nearform/dependabot/github_actions/fasti…
Browse files Browse the repository at this point in the history
…fy/github-action-merge-dependabot-3.0.2

chore(deps): bump fastify/github-action-merge-dependabot from 2.7.1 to 3.0.2
  • Loading branch information
simoneb committed Dec 14, 2021
2 parents bd68ef8 + 996d9b3 commit d510741
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
name: CI
name: ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [12, 14, 16]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-node@v2.5.0
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- run: npm install
Expand All @@ -23,7 +22,10 @@ jobs:
automerge:
needs: build
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v2.7.1
- uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d510741

Please sign in to comment.