Skip to content

chore: bump @apollo/rover from 0.20.0 to 0.21.0 #7292

chore: bump @apollo/rover from 0.20.0 to 0.21.0

chore: bump @apollo/rover from 0.20.0 to 0.21.0 #7292

Workflow file for this run

name: "Migrate Mongodb"
on:
pull_request:
branches: [main]
jobs:
migrate_mongodb:
name: Migrate Mongodb
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20
cache: "yarn"
cache-dependency-path: core/api/yarn.lock
- run: cd core/api/ && yarn install --frozen-lockfile
- name: Run clean mongodb migration
run: cd core/api/ && make test-migrate