build: bump pnpm to v10; specify package.json path
Some checks failed
Build and Deploy / build (push) Failing after 47s

This commit is contained in:
鲁树人 2025-02-23 17:43:45 +00:00
parent e4ea9a83f9
commit 5c3954b7cf
2 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ jobs:
uses: pnpm/action-setup@v4.0.0
with:
standalone: true
package_json_file: um_wasm_loader/package.json
run_install: |
- cwd: um_wasm_loader
args: [--frozen-lockfile, --strict-peer-dependencies]
- args: [--frozen-lockfile, --strict-peer-dependencies]
- name: Build (wasm)
working-directory: um_wasm_loader
run: pnpm build

View File

@ -1,5 +1,5 @@
{
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
"packageManager": "pnpm@10.4.0",
"name": "@unlock-music/crypto",
"version": "0.1.2",
"description": "Project Unlock Music: 加解密支持库",