Skip to content

Bump mongoose from 8.1.2 to 8.4.0 #16117

Bump mongoose from 8.1.2 to 8.4.0

Bump mongoose from 8.1.2 to 8.4.0 #16117

name: check-emitted-types
on:
push:
branches:
- production
- development
- staging
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
check-emitted-types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Cache node modules
uses: actions/cache@v2
with:
path: ./node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
- name: install dependencies
run: yarn install
- run: yarn emit-types --check