Skip to content

feat: add UserPreferences class to manage per-user CouchDB preferences #31

feat: add UserPreferences class to manage per-user CouchDB preferences

feat: add UserPreferences class to manage per-user CouchDB preferences #31

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
jobs:
nodejs:
uses: zakodium/workflows/.github/workflows/nodejs.yml@nodejs-v1
with:
node-version: '24.x'
node-version-matrix: '[24]'
disable-test-package: true
upload-coverage: false
babel:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Node.js
uses: actions/setup-node@v6
with:
node-version-file: package.json
- name: Install dependencies
run: npm ci
- name: Run babel on all files
run: npm run babel-test