Skip to content

Commit 355f00a

Browse files
Update node to v22 (#1888)
* Update node to v22 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore: update GH actions desc Signed-off-by: dhmlau <dhmlau@ca.ibm.com> --------- Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: dhmlau <dhmlau@ca.ibm.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 4bfd501 commit 355f00a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21-
- name: Use Node.js 18
21+
- name: Use Node.js 22
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
24-
node-version: 18.20.8
24+
node-version: 22.18.0
2525

2626
- name: Set up Ruby 3.2
2727
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0

.github/workflows/site-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
persist-credentials: false
2020

21-
- name: Use Node.js 18
21+
- name: Use Node.js 22
2222
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2323
with:
24-
node-version: 18.20.8
24+
node-version: 22.18.0
2525

2626
- name: Set up Ruby 3.2
2727
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0

0 commit comments

Comments
 (0)