This repository was archived by the owner on Nov 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5050 fail-fast : false
5151 matrix :
5252 build :
53- - { os: ubuntu-20.04 , output: linux-x86_64.node }
53+ - { os: ubuntu-latest , output: linux-x86_64.node }
5454 - { os: macos-latest, output: darwin-x86_64.node }
5555 steps :
5656 - name : set NPM_CONFIG_PREFIX
@@ -129,7 +129,7 @@ jobs:
129129 build-package :
130130 name : build-package
131131 needs : ['build-node-files']
132- runs-on : ubuntu-20.04
132+ runs-on : ubuntu-latest
133133 steps :
134134 - name : checkout
135135 uses : actions/checkout@v2
@@ -199,7 +199,7 @@ jobs:
199199 fail-fast : false
200200 matrix :
201201 node : [ '10', '12', '14', '15' ]
202- os : [ubuntu-20.04 , macos-latest]
202+ os : [ ubuntu-latest , macos-latest ]
203203 steps :
204204 - name : checkout
205205 uses : actions/checkout@v2
@@ -238,7 +238,7 @@ jobs:
238238 publish-package :
239239 name : publish-package
240240 needs : ['test-package']
241- runs-on : ubuntu-20.04
241+ runs-on : ubuntu-latest
242242 steps :
243243 - name : download env artifact
244244 uses : actions/download-artifact@v1
Original file line number Diff line number Diff line change 1212jobs :
1313 test :
1414 name : run tests
15- runs-on : ubuntu-latest
15+ runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
1818 node : [ '10', '12', '14', '15' ]
19-
19+ os : [ ubuntu-latest, macos-latest ]
2020 steps :
2121 - name : set NPM_CONFIG_PREFIX
2222 run : |
You can’t perform that action at this time.
0 commit comments