File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 name : " *nix Tests"
1515 strategy :
1616 matrix :
17- node : [8, 10, 12]
18- os : [ubuntu-16.04, macOS-10.14 ]
17+ node : [10, 12, 14 ]
18+ os : [ubuntu-16.04, macOS-10.15 ]
1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Setup Environment
3131
3232 - uses : actions/checkout@master
3333
34- - name : Use Node.js 8.x
34+ - name : Use Node.js
3535 uses : actions/setup-node@master
3636 with :
3737 node-version : ${{ matrix.node }}
7272 name : Windows Tests
7373 strategy :
7474 matrix :
75- node : [8, 10, 12]
75+ node : [10, 12, 14 ]
7676 arch : [x86, x64]
7777 runs-on : windows-2016
7878 steps :
8686
8787 - uses : actions/checkout@master
8888
89- - name : Use Node.js 8.x
89+ - name : Use Node.js
9090 uses : implausible/setup-node@feature/expose-architecture-override
9191 with :
9292 node-version : ${{ matrix.node }}
You can’t perform that action at this time.
0 commit comments