Skip to content

Commit aa92ba5

Browse files
committed
ci: use node.js 14
1 parent 089291d commit aa92ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
3+
- "14"
44

55
before_script:
66
- npm install
@@ -33,4 +33,4 @@ deploy:
3333
addons:
3434
sonarcloud:
3535
organization: "retejs"
36-
token: $SONAR_TOKEN
36+
token: $SONAR_TOKEN

0 commit comments

Comments
 (0)