Skip to content

Commit 800a042

Browse files
authored
updated travis.yaml to include node 22 (#50)
Signed-off-by: Ujjwal Kumar <Ujjwal.Kumar1@ibm.com>
1 parent 48b764c commit 800a042

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dist: jammy
77
node_js:
88
- 18
99
- 20
10+
- 22
1011

1112
script:
1213
- npm run build
@@ -19,5 +20,5 @@ deploy:
1920
skip_cleanup: true
2021
script: npx semantic-release
2122
on:
22-
node: 18
23+
node: 22
2324
branch: master

0 commit comments

Comments
 (0)