Skip to content

chore(deps): bump mongoose from 5.11.18 to 8.1.2 #2619

chore(deps): bump mongoose from 5.11.18 to 8.1.2

chore(deps): bump mongoose from 5.11.18 to 8.1.2 #2619

Workflow file for this run

name: Tests - Server
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '16'
- run: yarn
- run: yarn jest:server