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 10
10
runs-on : ubuntu-latest
11
11
strategy :
12
12
matrix :
13
- node : [12, 14, 16]
13
+ node : [14, 16, 18 ]
14
14
steps :
15
15
- uses : actions/checkout@v1
16
16
- uses : actions/setup-node@v1
28
28
- uses : actions/checkout@v2
29
29
- uses : actions/setup-node@v1
30
30
with :
31
- node-version : 12
31
+ node-version : 14
32
32
- run : npm install
33
33
env :
34
34
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : true
Original file line number Diff line number Diff line change 68
68
"rimraf" : " ^3.0.2" ,
69
69
"rollup" : " ^3.18.0" ,
70
70
"rollup-plugin-cleanup" : " ^3.1.1" ,
71
- "rollup-plugin-ts" : " ^ 3.0.2" ,
71
+ "rollup-plugin-ts" : " ~ 3.0.2" ,
72
72
"serve" : " ^14.0.0" ,
73
73
"standardx" : " ^7.0.0" ,
74
74
"start-server-and-test" : " ^1.11.2" ,
81
81
" !*.d.cts"
82
82
],
83
83
"engines" : {
84
- "node" : " >=12 "
84
+ "node" : " >=14 "
85
85
},
86
86
"standardx" : {
87
87
"ignore" : [
You can’t perform that action at this time.
0 commit comments