File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ language: node_js
22node_js :
33 - ' 6'
44 - ' 8'
5+ - ' node'
56branches :
67 only :
78 - master
@@ -26,7 +27,7 @@ deploy:
2627 cache_control : " max-age=21600, no-transform, public"
2728 local_dir : sdk
2829 on :
29- node_js : ' 8 '
30+ node_js : ' node '
3031 tags : true
3132 repo : Clarifai/clarifai-javascript
3233 - provider : s3
@@ -39,15 +40,15 @@ deploy:
3940 cache_control : " max-age=21600, no-transform, public"
4041 local_dir : docs
4142 on :
42- node_js : ' 8 '
43+ node_js : ' node '
4344 tags : true
4445 repo : Clarifai/clarifai-javascript
4546 - provider : npm
46474748 api_key : ${NPM_TOKEN}
4849 skip_cleanup : true
4950 on :
50- node_js : ' 8 '
51+ node_js : ' node '
5152 tags : true
5253 repo : Clarifai/clarifai-javascript
5354 - provider : releases
@@ -56,7 +57,7 @@ deploy:
5657 file_glob : true
5758 file : sdk/*
5859 on :
59- node_js : ' 8 '
60+ node_js : ' node '
6061 tags : true
6162 repo : Clarifai/clarifai-javascript
6263
You can’t perform that action at this time.
0 commit comments