Skip to content

Merge pull request #110 from martinvibes/enhance_ui #188

Merge pull request #110 from martinvibes/enhance_ui

Merge pull request #110 from martinvibes/enhance_ui #188

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