Skip to content

Implement the support page on the employer dashboard #422

Implement the support page on the employer dashboard

Implement the support page on the employer dashboard #422

Workflow file for this run

name: Build Project
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: node:20
steps:
- uses: actions/checkout@v3
with:
node-version: 20
- run: npm ci
- run: npm run build