Skip to content

Commit 94fa9ff

Browse files
committed
fix: update pnpm install command to use --frozen-lockfile
1 parent 82653c4 commit 94fa9ff

File tree

3 files changed

+150
-11
lines changed

3 files changed

+150
-11
lines changed

.github/actions/setup-node/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ runs:
1818

1919
- name: Install dependencies
2020
shell: bash
21-
run: pnpm install
21+
run: pnpm install --frozen-lockfile

packages/js-client/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"eslint": "^9.26.0",
6464
"tsdown": "^0.12.9",
6565
"typescript": "5.8.3",
66+
"vite": "^7.0.6",
6667
"vitest": "^3.1.3"
6768
},
6869
"release": {

pnpm-lock.yaml

Lines changed: 148 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)