File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
61616262 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
You can’t perform that action at this time.
0 commit comments