Skip to content

Bump mongoose from 7.3.0 to 7.4.0 #125

Bump mongoose from 7.3.0 to 7.4.0

Bump mongoose from 7.3.0 to 7.4.0 #125

Workflow file for this run

name: TwitterVerse Actions
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
deployment_pipeline:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm install
- name: Build project
run: npm run build