Skip to content
This repository was archived by the owner on Sep 15, 2026. It is now read-only.

fix: runtime compatibility and imports #155

fix: runtime compatibility and imports

fix: runtime compatibility and imports #155

Workflow file for this run

name: build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
format:
runs-on: ubuntu-latest
name: build
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: latest
- name: Install dependencies
run: npm install
- name: Run build
run: npm run build
- name: Test all adapters
run: npm run test:adapter all