Skip to content

Cancel the interval in gracefulShutdown when done #218

Cancel the interval in gracefulShutdown when done

Cancel the interval in gracefulShutdown when done #218

Workflow file for this run

name: ci
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [6.x, 8.x, 10.x, 12.x, 14.x, 16.x, 17.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: |
npm install
- name: Run Tests
run: |
npm run test
automerge:
needs: build
runs-on: ubuntu-latest
steps:
- uses: fastify/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}