Skip to content

chore: add v1.6.0 changelog to site/src/pages/changelog.md #57

chore: add v1.6.0 changelog to site/src/pages/changelog.md

chore: add v1.6.0 changelog to site/src/pages/changelog.md #57

Workflow file for this run

name: CI
on:
push:
branches: ['**']
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- name: Build server
run: npm run build:server
- name: Run tests
run: npm test