Skip to content

Merge pull request #4 from cross-org/cross-test #15

Merge pull request #4 from cross-org/cross-test

Merge pull request #4 from cross-org/cross-test #15

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@v3
- 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