Skip to content

Commit 4816d03

Browse files
committed
chore: add Node.js 22 to CI
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent d9fba9f commit 4816d03

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu-latest]
21-
node-version: [18, 20]
21+
node-version: [18, 20, 22]
2222
include:
2323
- os: macos-latest
24-
node-version: 18
24+
node-version: 20
2525
- os: windows-latest
26-
node-version: 18
26+
node-version: 20
2727
fail-fast: false
2828
runs-on: ${{ matrix.os }}
2929
steps:
@@ -73,10 +73,10 @@ jobs:
7373
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
7474
with:
7575
fetch-depth: 0
76-
- name: Use Node.js 18
76+
- name: Use Node.js 20
7777
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
7878
with:
79-
node-version: 18
79+
node-version: 20
8080
- name: Update NPM
8181
run: npm install --global npm
8282
- name: Bootstrap project
@@ -94,10 +94,10 @@ jobs:
9494
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
9595
with:
9696
fetch-depth: 0
97-
- name: Use Node.js 18
97+
- name: Use Node.js 20
9898
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
9999
with:
100-
node-version: 18
100+
node-version: 20
101101
- name: Update NPM
102102
run: npm install --global npm
103103
- name: Bootstrap project

0 commit comments

Comments
 (0)