Skip to content

๐Ÿš€ config(deploy): Use MongoDB 5.0 in mup config. #1578

๐Ÿš€ config(deploy): Use MongoDB 5.0 in mup config.

๐Ÿš€ config(deploy): Use MongoDB 5.0 in mup config. #1578

Workflow file for this run

name: ci:type-check
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
type-check:
name: Continuous integration (type check)
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout ๐Ÿ›Ž๏ธ
uses: actions/checkout@v3
- name: Install ๐Ÿ’พ
uses: meteor-actions/install@v3
- name: TypeScript check โ˜‘๏ธ
run: meteor npm run tsc