Skip to content

migrate from local database to atlas moongoDb #37

migrate from local database to atlas moongoDb

migrate from local database to atlas moongoDb #37

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '20.x'
- run: yarn
- run: yarn run build
- run: yarn run test