File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 43
43
steps :
44
44
- uses : actions/checkout@v2
45
45
46
+ - uses : actions/setup-java@v1
47
+ with :
48
+ java-version : ' 9.0.4'
49
+ java-package : jdk
50
+ architecture : x64
51
+
46
52
- uses : actions/cache@v1
47
53
with :
48
54
path : ~/.npm
@@ -107,6 +113,12 @@ jobs:
107
113
steps :
108
114
- uses : actions/checkout@v2
109
115
116
+ - uses : actions/setup-java@v1
117
+ with :
118
+ java-version : ' 9.0.4'
119
+ java-package : jdk
120
+ architecture : x64
121
+
110
122
- name : Use Node.js
111
123
uses : actions/setup-node@v1
112
124
with :
@@ -148,6 +160,12 @@ jobs:
148
160
with :
149
161
token : ${{ secrets.GH_TOKEN }}
150
162
163
+ - uses : actions/setup-java@v1
164
+ with :
165
+ java-version : ' 9.0.4'
166
+ java-package : jdk
167
+ architecture : x64
168
+
151
169
- name : Semantic Release
152
170
153
171
id : semantic
You can’t perform that action at this time.
0 commit comments