Skip to content

Fix readme

Fix readme #12

Workflow file for this run

# This workflow will do a clean install of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Node.js CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 20.x, 21.x]
steps:
- uses: actions/checkout@v3
- run: npx jsr add @cross/test @std/assert
- run: echo '{ "type": "module" }' > package.json

Check failure on line 24 in .github/workflows/node.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/node.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
- run: npx tsx --test