Skip to content

Add a Help Icon to the Topbar #49

Add a Help Icon to the Topbar

Add a Help Icon to the Topbar #49

Workflow file for this run

name: Frontend Build
on:
push:
branches: [ "main", "dev" ]
pull_request:
branches: [ "main", "dev" ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 22.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
cd client
npm install
CI=false npm run build
npm run test -- --passWithNoTests