Skip to content

Commit 97337a6

Browse files
committed
fix: update GitHub Actions workflows to use Node.js 18 for AWS SDK v3 compatibility
Signed-off-by: ahmedomosanya <aopeyemi@contractor.linuxfoundation.org>
1 parent a9de464 commit 97337a6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Node.js
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 16
27+
node-version: 18
2828
cache: yarn
2929
cache-dependency-path: "yarn.lock"
3030

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Node.js
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 16
26+
node-version: 18
2727
cache: yarn
2828
cache-dependency-path: "yarn.lock"
2929

@@ -60,7 +60,7 @@ jobs:
6060
- name: Set up Node.js
6161
uses: actions/setup-node@v4
6262
with:
63-
node-version: 16
63+
node-version: 18
6464
cache: yarn
6565
cache-dependency-path: "yarn.lock"
6666

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: 16
29+
node-version: 18
3030
cache: yarn
3131
cache-dependency-path: "yarn.lock"
3232

@@ -63,7 +63,7 @@ jobs:
6363
- name: Set up Node.js
6464
uses: actions/setup-node@v4
6565
with:
66-
node-version: 16
66+
node-version: 18
6767
cache: yarn
6868
cache-dependency-path: "yarn.lock"
6969

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 16
24+
node-version: 18
2525
cache: yarn
2626
cache-dependency-path: "yarn.lock"
2727

0 commit comments

Comments
 (0)