File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 test :
1111 runs-on : ubuntu-18.04
12+ strategy :
13+ matrix :
14+ node : [ '12', '14', '15' ]
1215 timeout-minutes : 30
1316 env :
1417 COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
1518 COVERAGE_OPTION : ./node_modules/.bin/nyc
1619 steps :
1720 - uses : actions/checkout@v2
1821 - name : Use Node.js
19- uses : actions/setup-node@v1
22+ uses : actions/setup-node@v2
2023 with :
21- node-version : ' 10.14 '
24+ node-version : ${{ matrix.node }}
2225 - name : Cache Node.js modules
2326 uses : actions/cache@v2
2427 with :
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-18.04
88 steps :
99 - uses : actions/checkout@v2
10- - uses : actions/setup-node@v1
10+ - uses : actions/setup-node@v2
1111 with :
12- node-version : ' 10. 14'
12+ node-version : ' 14'
1313 registry-url : https://registry.npmjs.org/
1414 - name : Cache Node.js modules
1515 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments