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 4343 steps :
4444 - uses : actions/checkout@v2
4545
46+ - uses : actions/setup-java@v1
47+ with :
48+ java-version : ' 9.0.4'
49+ java-package : jdk
50+ architecture : x64
51+
4652 - uses : actions/cache@v1
4753 with :
4854 path : ~/.npm
@@ -107,6 +113,12 @@ jobs:
107113 steps :
108114 - uses : actions/checkout@v2
109115
116+ - uses : actions/setup-java@v1
117+ with :
118+ java-version : ' 9.0.4'
119+ java-package : jdk
120+ architecture : x64
121+
110122 - name : Use Node.js
111123 uses : actions/setup-node@v1
112124 with :
@@ -148,6 +160,12 @@ jobs:
148160 with :
149161 token : ${{ secrets.GH_TOKEN }}
150162
163+ - uses : actions/setup-java@v1
164+ with :
165+ java-version : ' 9.0.4'
166+ java-package : jdk
167+ architecture : x64
168+
151169 - name : Semantic Release
152170 uses : cycjimmy/semantic-release-action@v2.5.0
153171 id : semantic
You can’t perform that action at this time.
0 commit comments