chore: add GitHub Actions workflow for testing across multiple Node.js versions

This commit is contained in:
2026-01-10 13:34:27 -05:00
parent 8deef1e145
commit 0f64809bb1
2 changed files with 26 additions and 2 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
name: Publish to NPM
name: Publish
on:
release:
@@ -9,7 +9,7 @@ permissions:
contents: read
jobs:
publish:
npm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6