Skip to content

chore(deps-dev): bump @types/jest from 27.5.2 to 29.4.2 #195

chore(deps-dev): bump @types/jest from 27.5.2 to 29.4.2

chore(deps-dev): bump @types/jest from 27.5.2 to 29.4.2 #195

Workflow file for this run

name: CI workflow
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: [10, 12, 14, 16, 17, 18]
name: Test on node version ${{ matrix.node }}
services:
rabbitmq:
image: rabbitmq:3.9.11-management
ports:
- 5672:5672
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install
run: npm install
- name: Run tests
run: npm run test