Skip to content

chore: release v0.8.0 - long-lived worker, gateway, CI, docs #1

chore: release v0.8.0 - long-lived worker, gateway, CI, docs

chore: release v0.8.0 - long-lived worker, gateway, CI, docs #1

Workflow file for this run

name: CI
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
jobs:
build-test:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: npm
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run test:daemon