Skip to content

feat: Add RoomNavbar component for displaying room navigation and use… #51

feat: Add RoomNavbar component for displaying room navigation and use…

feat: Add RoomNavbar component for displaying room navigation and use… #51

name: Backend CI
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v2
with:
ref: master
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: "20.x"
- name: Install Dependencies
run: yarn install