Skip to content

adding minor fixes to the files #86

adding minor fixes to the files

adding minor fixes to the files #86

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: cd backend && npm install
- run: cd backend && npm run build
- run: cd backend && npm run test