2626 os : [macOS-latest, windows-latest]
2727 steps :
2828 - uses : actions/checkout@v2
29- -
uses :
actions/[email protected] .0 29+ -
uses :
actions/[email protected] .1 3030 with :
3131 node-version : " 12.x"
3232 - run : .github/workflows/build-and-test.sh
4747 image : ${{ matrix.docker_image }}
4848 steps :
4949 - uses : actions/checkout@v2
50- -
uses :
actions/[email protected] .0 50+ -
uses :
actions/[email protected] .1 5151 with :
5252 node-version : " 12.x"
5353 - run : .github/workflows/build-and-test.sh
7575 - eloquent
7676 steps :
7777 - uses : actions/checkout@v2
78- -
uses :
actions/[email protected] .0 78+ -
uses :
actions/[email protected] .1 7979 with :
8080 node-version : " 12.x"
8181 - run : .github/workflows/build-and-test.sh
@@ -159,7 +159,7 @@ jobs:
159159 runs-on : ubuntu-latest
160160 steps :
161161 - uses : actions/checkout@v2
162- -
uses :
actions/[email protected] .0 162+ -
uses :
actions/[email protected] .1 163163 with :
164164 node-version : " 12.x"
165165 - run : .github/workflows/build-and-test.sh
@@ -179,7 +179,7 @@ jobs:
179179 image : ubuntu:bionic
180180 steps :
181181 - uses : actions/checkout@v1
182- -
uses :
actions/[email protected] .0 182+ -
uses :
actions/[email protected] .1 183183 with :
184184 node-version : " 12.x"
185185 - run : .github/workflows/build-and-test.sh
@@ -196,7 +196,7 @@ jobs:
196196 image : rostooling/setup-ros-docker:ubuntu-focal-latest
197197 steps :
198198 - uses : actions/checkout@v1
199- -
uses :
actions/[email protected] .0 199+ -
uses :
actions/[email protected] .1 200200 with :
201201 node-version : " 12.x"
202202 - run : .github/workflows/build-and-test.sh
0 commit comments