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:
41
41
cache_control : " max-age=21600, no-transform, public"
42
42
local_dir : sdk
43
43
on :
44
- node_js : ' node '
44
+ node_js : 10
45
45
tags : true
46
46
repo : Clarifai/clarifai-javascript
47
47
- provider : s3
@@ -54,15 +54,15 @@ deploy:
54
54
cache_control : " max-age=21600, no-transform, public"
55
55
local_dir : docs
56
56
on :
57
- node_js : ' node '
57
+ node_js : 10
58
58
tags : true
59
59
repo : Clarifai/clarifai-javascript
60
60
- provider : npm
61
61
62
62
api_key : ${NPM_TOKEN}
63
63
skip_cleanup : true
64
64
on :
65
- node_js : ' node '
65
+ node_js : 10
66
66
tags : true
67
67
repo : Clarifai/clarifai-javascript
68
68
- provider : releases
@@ -71,7 +71,7 @@ deploy:
71
71
file_glob : true
72
72
file : sdk/*
73
73
on :
74
- node_js : ' node '
74
+ node_js : 10
75
75
tags : true
76
76
repo : Clarifai/clarifai-javascript
77
77
You can’t perform that action at this time.
0 commit comments