Skip to content

Commit 672d719

Browse files
committed
update GH action
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent fed6249 commit 672d719

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7272
with:
7373
persist-credentials: false
74-
- name: Use Node.js 20
74+
- name: Use Node.js 22
7575
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
7676
with:
77-
node-version: 20.20.2
77+
node-version: 22.22.2
7878
cache: 'npm'
7979
- name: Bootstrap project
8080
run: |
@@ -100,10 +100,10 @@ jobs:
100100
with:
101101
fetch-depth: 0
102102
persist-credentials: false
103-
- name: Use Node.js 20
103+
- name: Use Node.js 22
104104
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
105105
with:
106-
node-version: 20.20.2
106+
node-version: 22.22.2
107107
cache: npm
108108
- name: Bootstrap project
109109
run: |
@@ -135,10 +135,10 @@ jobs:
135135
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
136136
with:
137137
persist-credentials: false
138-
- name: Use Node.js 20
138+
- name: Use Node.js 22
139139
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
140140
with:
141-
node-version: 20.20.2
141+
node-version: 22.22.2
142142
cache: npm
143143
- name: Bootstrap project
144144
run: |

0 commit comments

Comments
 (0)