File tree 3 files changed +15167
-59
lines changed
3 files changed +15167
-59
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,16 @@ jobs:
15
15
strategy :
16
16
matrix :
17
17
node_version :
18
- - 8 # to be removed 2020-01
19
- - 10 # to be removed 2021-01
18
+ - 10 # to be removed 2021-05
19
+ - 12 # to be removed 2022-05
20
+ - 14 # to be removed 2023-05
20
21
- x.x.x # safety net; don't remove
21
22
steps :
22
23
- uses : actions/checkout@v1
23
24
- uses : actions/setup-node@v1
24
25
with :
25
26
node-version : ${{ matrix.node_version }}
26
- - run : npm i -g npm@6 && npm ci
27
+ - run : npm ci
27
28
- run : npm test
28
29
- uses : coverallsapp/github-action@v1.0.1
29
30
with :
37
38
- uses : actions/checkout@v1
38
39
- uses : actions/setup-node@v1
39
40
with :
40
- node-version : 12
41
+ node-version : 14
41
42
registry-url : https://registry.npmjs.org/
42
- - run : npm i -g npm@6 && npm ci
43
+ - run : npm ci
43
44
- run : npm run release
44
45
if : ${{ github.event_name == 'push' }}
45
46
env :
Original file line number Diff line number Diff line change 78
78
"typescript" : " ^3.0.1"
79
79
},
80
80
"engines" : {
81
- "node" : " >=4 "
81
+ "node" : " >=10 "
82
82
}
83
83
}
You can’t perform that action at this time.
0 commit comments