Skip to content

chore(deps): bump mongoose from 7.8.2 to 7.8.3 in the npm_and_yarn group across 1 directory #10

chore(deps): bump mongoose from 7.8.2 to 7.8.3 in the npm_and_yarn group across 1 directory

chore(deps): bump mongoose from 7.8.2 to 7.8.3 in the npm_and_yarn group across 1 directory #10

name: Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Typecheck
uses: andoshin11/[email protected]