Skip to content

Commit c267e97

Browse files
committed
chore(package): specify PNPM version in package.json and update release workflow to use PNPM 9.15.0
1 parent daed0ea commit c267e97

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323

2424
- name: Setup PNPM
2525
uses: pnpm/action-setup@v4
26+
with:
27+
version: 9.15.0
2628

2729
- name: Install Dependencies
2830
run: pnpm install --frozen-lockfile

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@lit-protocol/js-sdk",
33
"version": "0.0.1",
44
"license": "MIT",
5+
"packageManager": "[email protected]",
56
"scripts": {
67
"reset": "rimraf dist pnpm-lock.yaml node_modules tmp yarn-error.log yarn.lock package-lock.json learn-debug.log .nx lit-auth-storage pkp-tokens lit-auth-local ./e2e/dist ./e2e/node_modules",
78
"build": "nx run-many --parallel=false --target=build --all --exclude=wrapped-keys,wrapped-keys-lit-actions",

0 commit comments

Comments
 (0)