@@ -10,14 +10,14 @@ jobs:
1010 runs-on : macos-latest
1111 if : " !contains(github.event.head_commit.message, '[skip ci]')"
1212 steps :
13- - name : Checkout
14- uses : actions/checkout@v2
15- with :
16- fetch-depth : 64
1713 - name : Set up Node.js
1814 uses : actions/setup-node@v1
1915 with :
2016 node-version : 12
17+ - name : Checkout
18+ uses : actions/checkout@v2
19+ with :
20+ fetch-depth : 64
2121 - name : Cache /node_modules
2222 uses : actions/cache@v2
2323 with :
@@ -57,12 +57,12 @@ jobs:
5757 runs-on : macos-latest
5858 if : " !contains(github.event.head_commit.message, '[skip ci]')"
5959 steps :
60- - name : Checkout
61- uses : actions/checkout@v2
6260 - name : Set up Node.js
6361 uses : actions/setup-node@v1
6462 with :
6563 node-version : 12
64+ - name : Checkout
65+ uses : actions/checkout@v2
6666 - name : Cache /example/node_modules
6767 uses : actions/cache@v2
6868 with :
@@ -91,12 +91,12 @@ jobs:
9191 runs-on : macos-latest
9292 if : " !contains(github.event.head_commit.message, '[skip ci]')"
9393 steps :
94- - name : Checkout
95- uses : actions/checkout@v2
9694 - name : Set up Node.js
9795 uses : actions/setup-node@v1
9896 with :
9997 node-version : 12
98+ - name : Checkout
99+ uses : actions/checkout@v2
100100 - name : Cache /node_modules
101101 uses : actions/cache@v2
102102 with :
@@ -131,8 +131,6 @@ jobs:
131131 runs-on : ${{ matrix.os }}
132132 if : " !contains(github.event.head_commit.message, '[skip ci]')"
133133 steps :
134- - name : Checkout
135- uses : actions/checkout@v2
136134 - name : Set up JDK
137135 uses : actions/setup-java@v1
138136 with :
@@ -145,6 +143,8 @@ jobs:
145143 # Node version helps to workaround this problem:
146144 # https://github.com/facebook/react-native/issues/26598
147145 node-version : 12.9.1
146+ - name : Checkout
147+ uses : actions/checkout@v2
148148 - name : Validate Gradle wrapper
149149 uses : gradle/wrapper-validation-action@v1
150150 - name : Cache /example/node_modules
@@ -173,8 +173,6 @@ jobs:
173173 runs-on : ${{ matrix.os }}
174174 if : " !contains(github.event.head_commit.message, '[skip ci]')"
175175 steps :
176- - name : Checkout
177- uses : actions/checkout@v2
178176 - name : Set up JDK
179177 uses : actions/setup-java@v1
180178 with :
@@ -187,6 +185,8 @@ jobs:
187185 # Node version helps to workaround this problem:
188186 # https://github.com/facebook/react-native/issues/26598
189187 node-version : 12.9.1
188+ - name : Checkout
189+ uses : actions/checkout@v2
190190 - name : Cache /node_modules
191191 uses : actions/cache@v2
192192 with :
@@ -215,12 +215,12 @@ jobs:
215215 runs-on : macos-latest
216216 if : " !contains(github.event.head_commit.message, '[skip ci]')"
217217 steps :
218- - name : Checkout
219- uses : actions/checkout@v2
220218 - name : Set up Node.js
221219 uses : actions/setup-node@v1
222220 with :
223221 node-version : 12
222+ - name : Checkout
223+ uses : actions/checkout@v2
224224 - name : Cache /example/node_modules
225225 uses : actions/cache@v2
226226 with :
@@ -249,12 +249,12 @@ jobs:
249249 runs-on : macos-latest
250250 if : " !contains(github.event.head_commit.message, '[skip ci]')"
251251 steps :
252- - name : Checkout
253- uses : actions/checkout@v2
254252 - name : Set up Node.js
255253 uses : actions/setup-node@v1
256254 with :
257255 node-version : 12
256+ - name : Checkout
257+ uses : actions/checkout@v2
258258 - name : Cache /node_modules
259259 uses : actions/cache@v2
260260 with :
@@ -295,12 +295,12 @@ jobs:
295295 runs-on : macos-latest
296296 if : " !contains(github.event.head_commit.message, '[skip ci]')"
297297 steps :
298- - name : Checkout
299- uses : actions/checkout@v2
300298 - name : Set up Node.js
301299 uses : actions/setup-node@v1
302300 with :
303301 node-version : 12
302+ - name : Checkout
303+ uses : actions/checkout@v2
304304 - name : Cache /node_modules
305305 uses : actions/cache@v2
306306 with :
0 commit comments