Fix publish workflow: use npm install (no lockfile)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
bb79f140ce
commit
0b49f18ec9
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
node-version: "20"
|
||||
registry-url: "https://registry.npmjs.org"
|
||||
|
||||
- run: npm ci
|
||||
- run: npm install
|
||||
|
||||
- run: npm test
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue