Skip to content

Switch license from ISC to Elastic License 2.0 (ELv2) #37

Switch license from ISC to Elastic License 2.0 (ELv2)

Switch license from ISC to Elastic License 2.0 (ELv2) #37

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