Skip to content

Wrap the bootstrap process in a function and expose it in the public api #2480

Wrap the bootstrap process in a function and expose it in the public api

Wrap the bootstrap process in a function and expose it in the public api #2480

Workflow file for this run

name: Node CI
on:
push:
branches: [ master, dev, htmx-2.0, v2.0v2.0 ]
pull_request:
branches: [ master, dev, htmx-2.0, v2.0v2.0 ]
jobs:
test_suite:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm test