Skip to content

Commit

Permalink
Merge pull request #7256 from pavinduLakshan/pnpm_v95
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Jan 5, 2025
2 parents 778a57f + f048929 commit ea5bb3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/cyan-suns-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wso2is/console": patch
---

Bump console version
8 changes: 4 additions & 4 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ latest ]
pnpm-version: [ 9.5.0 ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ latest ]
pnpm-version: [ 9.5.0 ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ latest ]
pnpm-version: [ 9.5.0 ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
node-version: [ lts/* ]
maven-version: [ 3.8.6 ]
java-version: [ 11 ]
pnpm-version: [ latest ]
pnpm-version: [ 9.5.0 ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: [lts/*]
maven-version: [3.8.6]
java-version: [11]
pnpm-version: [latest]
pnpm-version: [9.5.0]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down

0 comments on commit ea5bb3d

Please sign in to comment.