Skip to content

Commit 8c93c75

Browse files
authored
fix: add huawei destination support
Signed-off-by: Nitish Kulkarni <[email protected]>
1 parent 3ffd1e1 commit 8c93c75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1+
dist: jammy
12
language: node_js
23

34
sudo: false
45

56
# After creating your SDK project from this template repository,
67
# uncomment this section to enable builds on the appropriate node versions.
78
node_js:
8-
- 14
9-
- 16
9+
- 19
10+
- 20
1011

1112
before_install:
1213
- npm i -g npm@8
@@ -25,5 +26,5 @@ deploy:
2526
skip_cleanup: true
2627
script: npx semantic-release
2728
on:
28-
node: 14
29+
node: 19
2930
branch: main

0 commit comments

Comments
 (0)