Skip to content

"load" export

"load" export #22

Workflow file for this run

name: Node.js CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 21.x]
steps:
- uses: actions/checkout@v4
- run: npx jsr add @cross/test @std/assert @cross/deepmerge @cross/runtime
- run: "echo '{ \"type\": \"module\" }' > package.json" # Needed for tsx to work
- run: npx --yes tsx --test tests/*.test.ts