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 14
14
name : " *nix Tests"
15
15
strategy :
16
16
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 ]
19
19
runs-on : ${{ matrix.os }}
20
20
steps :
21
21
- name : Setup Environment
31
31
32
32
- uses : actions/checkout@master
33
33
34
- - name : Use Node.js 8.x
34
+ - name : Use Node.js
35
35
uses : actions/setup-node@master
36
36
with :
37
37
node-version : ${{ matrix.node }}
72
72
name : Windows Tests
73
73
strategy :
74
74
matrix :
75
- node : [8, 10, 12]
75
+ node : [10, 12, 14 ]
76
76
arch : [x86, x64]
77
77
runs-on : windows-2016
78
78
steps :
86
86
87
87
- uses : actions/checkout@master
88
88
89
- - name : Use Node.js 8.x
89
+ - name : Use Node.js
90
90
uses : implausible/setup-node@feature/expose-architecture-override
91
91
with :
92
92
node-version : ${{ matrix.node }}
You can’t perform that action at this time.
0 commit comments