Add package-lock.json for reproducible builds (fixes #362).

This commit is contained in:
David Anson
2026-05-06 05:08:59 +00:00
parent 6c62e06b9a
commit 64b1c6ae18
3 changed files with 2770 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
- run: npm install
- run: npm clean-install
- run: npm run test
no-globs:
name: No globs (README.md, 0 errors)