Skip to content

feat(server): mark host offline within ~90s of sleep, not ~5min #52

feat(server): mark host offline within ~90s of sleep, not ~5min

feat(server): mark host offline within ~90s of sleep, not ~5min #52

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 22
cache: npm
- run: npm ci
- name: Build (wrangler dry-run)
run: npx wrangler deploy --dry-run --outdir dist