File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v1
21
21
- uses : actions/setup-node@v1
22
22
with :
23
- node-version : 12 .x
23
+ node-version : 14 .x
24
24
- name : install dependencies
25
25
run : yarn install
26
26
- name : linting
32
32
33
33
strategy :
34
34
matrix :
35
- node : ['10 ', '12 ', '14 ']
35
+ node : ['12 ', '14 ', '16 ']
36
36
os : [ubuntu-latest]
37
37
38
38
steps :
53
53
- uses : actions/checkout@v1
54
54
- uses : actions/setup-node@v1
55
55
with :
56
- node-version : ' 12 .x'
56
+ node-version : ' 14 .x'
57
57
- name : install dependencies
58
58
run : yarn install --no-lockfile
59
59
- name : test
Original file line number Diff line number Diff line change 66
66
"walk-sync" : " ^2.2.0"
67
67
},
68
68
"engines" : {
69
- "node" : " 10 .* || 12 .* || >= 14 "
69
+ "node" : " 12 .* || 14 .* || >= 16 "
70
70
},
71
71
"publishConfig" : {
72
72
"registry" : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments