Fix publish workflow: use npm install (no lockfile)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mårten Angner 2026-02-22 15:00:38 +01:00
parent bb79f140ce
commit 0b49f18ec9
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
node-version: "20" node-version: "20"
registry-url: "https://registry.npmjs.org" registry-url: "https://registry.npmjs.org"
- run: npm ci - run: npm install
- run: npm test - run: npm test