Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Bump mongodb-memory-server from 8.14.0 to 8.15.1 #772

Bump mongodb-memory-server from 8.14.0 to 8.15.1

Bump mongodb-memory-server from 8.14.0 to 8.15.1 #772

Workflow file for this run

name: CI
on: [push]
jobs:
test:
name: Test on node ${{ matrix.node_version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
node_version: [14, 16, 18]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node_version }}
- name: npm install, build and test
run: |
yarn install
yarn lint
yarn build
yarn test