Skip to content

Commit 38b158e

Browse files
authored
Merge pull request #1719 from input-output-hk/chore/bump-node-22
chore: target Node 22 LTS (drop EOL Node 18)
2 parents 531ce13 + e2b02df commit 38b158e

43 files changed

Lines changed: 107 additions & 82 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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: 22
5555

5656
- name: 🔨 Install
5757
uses: ./.github/actions/install

.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: 22
5555

5656
- name: 🔨 Install
5757
uses: ./.github/actions/install

.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: 22
2727

2828
- name: 🔨 Install
2929
uses: ./.github/actions/install

.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: 22
2727

2828
- name: 🔨 Install
2929
uses: ./.github/actions/install

.github/workflows/k6-wallets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: 🧰 Setup Node.js
6767
uses: actions/setup-node@v3
6868
with:
69-
node-version: 18.12.0
69+
node-version: 22
7070
- name: 🔨 Install
7171
uses: ./.github/actions/install
7272
with:

.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: 22
6262
- name: 🔨 Install
6363
uses: ./.github/actions/install
6464
with:

.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: 22
1919

2020
- name: 🔨 Install
2121
uses: ./.github/actions/install

.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@v4
2323
with:
24-
node-version: 18.12.0
24+
node-version: 22
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: 22
6767

6868
- name: 🔨 Install
6969
uses: ./.github/actions/install

.nvmrc

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

0 commit comments

Comments
 (0)