Skip to content

Add "updated" to version def & use EnhancedMarkdown for ChangelogList #288

Add "updated" to version def & use EnhancedMarkdown for ChangelogList

Add "updated" to version def & use EnhancedMarkdown for ChangelogList #288

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Install dependencies and build
working-directory: ./web
run: |
npm install
npm run build