Skip to content

Commit efa4f26

Browse files
authored
chore: update .prototools versions (minor bumps) (LedgerHQ#5895)
chore: update .prototools versions
1 parent feec452 commit efa4f26

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/healthchecks-runners.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: pnpm/action-setup@v2
3434
if: always()
3535
with:
36-
version: 8.13.1
36+
version: 8.14.1
3737
dest: ${{ runner.temp }}/setup-pnpm
3838
- uses: actions/setup-node@v3
3939
if: always()
@@ -158,7 +158,7 @@ jobs:
158158
- uses: pnpm/action-setup@v2
159159
if: always()
160160
with:
161-
version: 8.13.1
161+
version: 8.14.1
162162
dest: ${{ runner.temp }}/setup-pnpm
163163
- uses: actions/setup-node@v3
164164
if: always()
@@ -232,7 +232,7 @@ jobs:
232232
- uses: pnpm/action-setup@v2
233233
if: always()
234234
with:
235-
version: 8.13.1
235+
version: 8.14.1
236236
dest: ${{ runner.temp }}/setup-pnpm
237237
- uses: actions/setup-node@v3
238238
if: always()

.prototools

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
node = "20.10.0"
2-
npm = "10.2.5"
3-
pnpm = "8.13.1"
1+
node = "20.11.0"
2+
npm = "10.3.0"
3+
pnpm = "8.14.1"

tools/actions/composites/bot/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ runs:
4545
steps:
4646
- uses: pnpm/action-setup@v2
4747
with:
48-
version: 8.13.1
48+
version: 8.14.1
4949
- uses: actions/setup-node@v3
5050
with:
51-
node-version: 20.10.0
51+
node-version: 20.11.0
5252
cache: pnpm
5353
cache-dependency-path: "**/pnpm-lock.yaml"
5454
- name: pull docker image

tools/actions/composites/setup-toolchain/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050

5151
- uses: pnpm/action-setup@v2
5252
with:
53-
version: 8.13.1
53+
version: 8.14.1
5454
- name: Get pnpm store directory
5555
shell: bash
5656
run: |
@@ -81,7 +81,7 @@ runs:
8181

8282
- uses: actions/setup-node@v3
8383
with:
84-
node-version: 20.10.0
84+
node-version: 20.11.0
8585
registry-url: "https://registry.npmjs.org"
8686

8787
- name: upgrade npm

0 commit comments

Comments
 (0)