Skip to content

Commit a5a395a

Browse files
authored
Fixed multiple pnpm versions (#7)
* Fixed multiple pnpm versions * Fix to ts sdk dependencies installation * Missing eslint dep
1 parent 2cd6f6d commit a5a395a

File tree

5 files changed

+19
-1
lines changed

5 files changed

+19
-1
lines changed

.github/workflows/publish-packages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
- name: Install Dependencies
4040
uses: ./.github/workflows/actions/install-dependencies
4141

42+
- name: Install TS dependencies
43+
shell: bash
44+
run: pnpm install --frozen-lockfile
45+
4246
- name: Lint
4347
run: pnpm lint
4448

.github/workflows/ts-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- name: Install Dependencies
2222
uses: ./.github/workflows/actions/install-dependencies
2323

24+
- name: Install TS dependencies
25+
shell: bash
26+
run: pnpm install --frozen-lockfile
27+
2428
- name: Lint
2529
run: pnpm lint
2630

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"devDependencies": {
3030
"@types/node": "^22.15.29"
3131
},
32-
"packageManager": "pnpm@9.1.0"
32+
"packageManager": "pnpm@10.20.0"
3333
}

sdk/ts/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"@types/jest": "^29.5.0",
4242
"@typescript-eslint/eslint-plugin": "^8.34.0",
4343
"@typescript-eslint/parser": "^8.34.0",
44+
"@eslint/js": "^9.39.1",
4445
"eslint": "^9.32.0",
4546
"jest": "^29.5.0",
4647
"ts-jest": "^29.1.0",

sdk/ts/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)