Skip to content

chore(deps-dev): bump tap from 16.3.9 to 18.5.0 #146

chore(deps-dev): bump tap from 16.3.9 to 18.5.0

chore(deps-dev): bump tap from 16.3.9 to 18.5.0 #146

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14]
name: Node.js ${{ matrix.node }}
services:
rabbitmq:
image: rabbitmq:3.4.3
ports:
- 5672:5672
steps:
- uses: actions/checkout@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Run lint
run: npm run lint
- name: Run tests
run: npm run test