File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
- name : Set up node
19
19
uses : actions/setup-node@v2
20
20
with :
21
- node-version : 14
21
+ node-version : 16
22
22
- name : Setup Docker
23
23
run : |
24
24
docker pull s1hofmann/nut-ci:latest
57
57
strategy :
58
58
matrix :
59
59
os : [ windows-latest, macos-latest ]
60
- node : [ 14 ]
60
+ node : [ 16 ]
61
61
runs-on : ${{matrix.os}}
62
62
steps :
63
63
- name : Set up Git repository
Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
os : [ ubuntu-latest, windows-latest, macos-latest ]
17
- node : [ 14 ]
17
+ node : [ 16 ]
18
18
runs-on : ${{matrix.os}}
19
19
steps :
20
20
- name : Set up Git repository
59
59
- name : Set up node
60
60
uses : actions/setup-node@v2
61
61
with :
62
- node-version : 14
62
+ node-version : 16
63
63
registry-url : ' https://registry.npmjs.org'
64
64
- name : Install
65
65
run : npm ci
Original file line number Diff line number Diff line change 9
9
strategy :
10
10
matrix :
11
11
os : [ ubuntu-latest, windows-latest, macos-latest ]
12
- node : [ 14 ]
12
+ node : [ 16 ]
13
13
runs-on : ${{matrix.os}}
14
14
steps :
15
15
- name : Set up Git repository
51
51
- name : Set up node
52
52
uses : actions/setup-node@v2
53
53
with :
54
- node-version : 14
54
+ node-version : 16
55
55
registry-url : ' https://registry.npmjs.org'
56
56
- name : Install
57
57
run : npm ci
You can’t perform that action at this time.
0 commit comments