Skip to content

adding comment, likes and blog editing #89

adding comment, likes and blog editing

adding comment, likes and blog editing #89

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