Skip to content

Commit

Permalink
fix: pnpm version in CI (#2873)
Browse files Browse the repository at this point in the history
* ci: fix pnpm versioning

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

* fix: update all versions to use 9.15.4

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

* fix: use pnpm lockfileversion 9

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

* build: update pnpm version

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

* chore: bump long version too

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>

---------

Signed-off-by: Ivaylo Nikolov <ivaylo.nikolov@limechain.tech>
  • Loading branch information
ivaylonikolov7 authored Feb 25, 2025
1 parent 610ff9d commit 9e83f8d
Show file tree
Hide file tree
Showing 8 changed files with 2,465 additions and 1,975 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Build @hashgraph/sdk
run: task build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Expand Down Expand Up @@ -288,7 +288,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Setup Node
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Install Yarn
run: npm install -g yarn
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Install PNPM
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
with:
version: 8.15.4
version: 9.15.5

- name: Install Yarn
run: npm install -g yarn
Expand Down
Loading

0 comments on commit 9e83f8d

Please # to comment.