Skip to content

Commit c4ffd74

Browse files
committed
Fix deploy condition to node 10
1 parent 52d6c68 commit c4ffd74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deploy:
4141
cache_control: "max-age=21600, no-transform, public"
4242
local_dir: sdk
4343
on:
44-
node_js: 'node'
44+
node_js: 10
4545
tags: true
4646
repo: Clarifai/clarifai-javascript
4747
- provider: s3
@@ -54,15 +54,15 @@ deploy:
5454
cache_control: "max-age=21600, no-transform, public"
5555
local_dir: docs
5656
on:
57-
node_js: 'node'
57+
node_js: 10
5858
tags: true
5959
repo: Clarifai/clarifai-javascript
6060
- provider: npm
6161
6262
api_key: ${NPM_TOKEN}
6363
skip_cleanup: true
6464
on:
65-
node_js: 'node'
65+
node_js: 10
6666
tags: true
6767
repo: Clarifai/clarifai-javascript
6868
- provider: releases
@@ -71,7 +71,7 @@ deploy:
7171
file_glob: true
7272
file: sdk/*
7373
on:
74-
node_js: 'node'
74+
node_js: 10
7575
tags: true
7676
repo: Clarifai/clarifai-javascript
7777

0 commit comments

Comments
 (0)