ci(release): use npm install and sync lockfile version

- Switch release workflow from npm ci to npm install to avoid platform-specific optional dependency lockfile mismatches.

- Update package-lock.json version to 0.5.7.
This commit is contained in:
flash555588 2026-06-20 04:08:18 +08:00
parent 096bf2bbf7
commit b71112ff64
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci
run: npm install
- name: Typecheck
run: npm run typecheck

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-ai-model-workbench",
"version": "0.5.5",
"version": "0.5.7",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-ai-model-workbench",
"version": "0.5.5",
"version": "0.5.7",
"dependencies": {
"@babylonjs/core": "^9.6.0",
"@babylonjs/loaders": "^9.6.0",