Skip to content

Commit 82e2dcc

Browse files
committed
try reading pnpm version from package.json
1 parent 98ce074 commit 82e2dcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0 # full history for SonarCloud
2222
- uses: pnpm/action-setup@v4
2323
with:
24-
version: 10.7.0
24+
package_json_file: org.knime.ui.js/package.json
2525
- name: Install Node.js
2626
uses: actions/setup-node@v6
2727
with:
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v5
6363
- uses: pnpm/action-setup@v4
6464
with:
65-
version: 10.7.0
65+
package_json_file: org.knime.ui.js/package.json
6666

6767
- name: Install Node.js
6868
uses: actions/setup-node@v6

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: pnpm/action-setup@v4
3030
with:
31-
version: 10.7.0
31+
package_json_file: org.knime.ui.js/package.json
3232

3333
- name: Install Node.js
3434
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)