Skip to content

Merge branch 'development' of https://github.com/mdsreq-fga-unb/2023.… #46

Merge branch 'development' of https://github.com/mdsreq-fga-unb/2023.…

Merge branch 'development' of https://github.com/mdsreq-fga-unb/2023.… #46

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