Skip to content

Commit 347a577

Browse files
committed
chore: bump nodejs version to 18.20.6
minor version bump for corepack fix on macos
1 parent fdf1e41 commit 347a577

10 files changed

+11
-11
lines changed

.github/workflows/continuous-integration-blockfrost-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: 🧰 Setup Node.js
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: 18.12.0
54+
node-version: 18.20.6
5555

5656
- name: 🔨 Build
5757
run: |

.github/workflows/continuous-integration-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: 🧰 Setup Node.js
5252
uses: actions/setup-node@v3
5353
with:
54-
node-version: 18.12.0
54+
node-version: 18.20.6
5555

5656
- name: 🔨 Build
5757
run: |

.github/workflows/continuous-integration-side-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 🧰 Setup Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 18.12.0
26+
node-version: 18.20.6
2727

2828
- name: 🔨 Build
2929
run: |

.github/workflows/continuous-integration-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 🧰 Setup Node.js
2424
uses: actions/setup-node@v3
2525
with:
26-
node-version: 18.12.0
26+
node-version: 18.20.6
2727

2828
- name: 🔨 Build
2929
run: |

.github/workflows/k6-wallets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: 🧰 Setup Node.js
6969
uses: actions/setup-node@v3
7070
with:
71-
node-version: 18.12.0
71+
node-version: 18.20.6
7272
- name: 🔨 Build
7373
run: |
7474
yarn install --immutable --inline-builds --mode=skip-build
@@ -91,4 +91,4 @@ jobs:
9191
-e RAMP_UP_DURATION=$RAMP_UP_DURATION
9292
-e STEADY_STATE_DURATION=$STEADY_STATE_DURATION
9393
-e HD_ACTIVE_ADDR_COUNT=$HD_ACTIVE_ADDR_COUNT
94-
-e HD_MAX_TX_HISTORY=$HD_MAX_TX_HISTORY
94+
-e HD_MAX_TX_HISTORY=$HD_MAX_TX_HISTORY

.github/workflows/k6-web-socket.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: 🧰 Setup Node.js
5959
uses: actions/setup-node@v3
6060
with:
61-
node-version: 18.12.0
61+
node-version: 18.20.6
6262
- name: 🔨 Build
6363
run: |
6464
yarn install --immutable --inline-builds --mode=skip-build

.github/workflows/post_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: 🧰 Setup Node.js
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 18.12.0
18+
node-version: 18.20.6
1919

2020
- name: 🔨 Build Docs
2121
env:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: 🧰 Setup Node.js
2222
uses: actions/setup-node@v1
2323
with:
24-
node-version: 18.12.0
24+
node-version: 18.20.6
2525
registry-url: 'https://registry.npmjs.org'
2626

2727
- name: Import bot's GPG key for signing commits

.github/workflows/test-deploy-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: 🧰 Setup Node.js
6464
uses: actions/setup-node@v3
6565
with:
66-
node-version: 18.12.0
66+
node-version: 18.20.6
6767

6868
- name: 🔨 Build
6969
run: |

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v18.12.0
1+
v18.20.6

0 commit comments

Comments
 (0)