Skip to content
This repository has been archived by the owner on Jan 19, 2025. It is now read-only.

Fix major bugs with server #31

Fix major bugs with server

Fix major bugs with server #31

Workflow file for this run

name: Node.js CI
on:
push:
paths-ignore:
- '**/*.md'
pull_request:
paths-ignore:
- 'doc/**'
- '**/*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test