Skip to content

Commit

Permalink
Set pnpm version in the workflows to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Jan 2, 2025
1 parent 151d51e commit de6e955
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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: [ lts/* ]
pnpm-version: [ latest ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ lts/* ]
pnpm-version: [ latest ]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
strategy:
matrix:
node-version: [ lts/* ]
pnpm-version: [ lts/* ]
pnpm-version: [ latest ]
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: [ lts/* ]
pnpm-version: [ latest ]
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: [lts/*]
pnpm-version: [latest]
steps:
- name: ⬇️ Checkout
id: checkout
Expand Down

0 comments on commit de6e955

Please sign in to comment.