Skip to content

build(deps-dev): Bump @babel/traverse from 7.22.20 to 7.23.2 #1570

build(deps-dev): Bump @babel/traverse from 7.22.20 to 7.23.2

build(deps-dev): Bump @babel/traverse from 7.22.20 to 7.23.2 #1570

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