We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a318b commit 5c78825Copy full SHA for 5c78825
2 files changed
.github/workflows/build.yml
@@ -59,7 +59,12 @@ jobs:
59
with:
60
file: package.json
61
tagFormat: v${version}
62
-
+
63
+ - name: Setup nodejs
64
+ uses: actions/setup-node@v1
65
+ with:
66
+ node-version: '12.x'
67
68
- name: Publish Release
69
id: create_release
70
uses: actions/create-release@latest
@@ -105,6 +110,11 @@ jobs:
105
110
106
111
tagFormat: v${version}-beta
107
112
113
114
115
116
117
108
118
- name: Download Artifact
109
119
uses: actions/download-artifact@v2
120
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "juno-node",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"description": "",
5
"keywords": [],
6
"main": "dist/juno-node.cjs.js",
0 commit comments