Skip to content

Commit 7a53471

Browse files
committed
chore: add Node.js 23 to CI
Signed-off-by: dhmlau <dhmlau@ca.ibm.com>
1 parent 4bb2010 commit 7a53471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
os: [ubuntu-latest]
23-
node-version: [18, 20, 22]
23+
node-version: [18, 20, 22, 23]
2424
include:
2525
- os: windows-latest
2626
node-version: 22 # LTS

0 commit comments

Comments
 (0)