Skip to content

Make v1.0.1 release self-contained #2

Make v1.0.1 release self-contained

Make v1.0.1 release self-contained #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: "22"
- run: npm test