File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 59
59
with :
60
60
file : package.json
61
61
tagFormat : v${version}
62
-
62
+
63
+ - name : Setup nodejs
64
+ uses : actions/setup-node@v1
65
+ with :
66
+ node-version : ' 12.x'
67
+
63
68
- name : Publish Release
64
69
id : create_release
65
70
uses : actions/create-release@latest
@@ -105,6 +110,11 @@ jobs:
105
110
file : package.json
106
111
tagFormat : v${version}-beta
107
112
113
+ - name : Setup nodejs
114
+ uses : actions/setup-node@v1
115
+ with :
116
+ node-version : ' 12.x'
117
+
108
118
- name : Download Artifact
109
119
uses : actions/download-artifact@v2
110
120
with :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " juno-node" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"description" : " " ,
5
5
"keywords" : [],
6
6
"main" : " dist/juno-node.cjs.js" ,
You can’t perform that action at this time.
0 commit comments