Skip to content

Merge branch 'main' of https://github.com/mdsreq-fga-unb/2023.2-Matri… #147

Merge branch 'main' of https://github.com/mdsreq-fga-unb/2023.2-Matri…

Merge branch 'main' of https://github.com/mdsreq-fga-unb/2023.2-Matri… #147

Workflow file for this run

name: CI - Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install dependencies
run: |
cd backend
npm install