Skip to content

Bump mongoose from 5.13.14 to 8.2.4 #383

Bump mongoose from 5.13.14 to 8.2.4

Bump mongoose from 5.13.14 to 8.2.4 #383

Workflow file for this run

name: Test finra-short-api
on:
push:
branches: [main, dev]
pull_request:
branches: [main, dev]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['16']
name: Node ${{ matrix.node }} sample
env:
PORT: ${{ secrets.PORT }}
MONGODB_CONNECTION_URL: ${{ secrets.MONGODB_CONNECTION_URL }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
ADMIN_KEY: ${{ secrets.ADMIN_KEY }}
SANDBOX_TOKEN: ${{ secrets.SANDBOX_TOKEN }}
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npm run build
- run: npm run test:github
# - run: npm run test:e2e:github