File tree Expand file tree Collapse file tree 4 files changed +451
-423
lines changed
Expand file tree Collapse file tree 4 files changed +451
-423
lines changed Original file line number Diff line number Diff line change 99
1010 strategy :
1111 matrix :
12- node-version : [8.x, 10.x, 12.x]
12+ node-version : [10.x, 12.x]
1313
1414 steps :
1515 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 1212
1313 strategy :
1414 matrix :
15- node-version : [8.x, 10.x, 12.x]
15+ node-version : [10.x, 12.x]
1616
1717 steps :
1818 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 11{
22 "name" : " imagekit" ,
3- "version" : " 3.0.6 " ,
3+ "version" : " 3.1.0 " ,
44 "description" : " Offical NodeJS SDK for ImageKit.io integration" ,
55 "main" : " index.js" ,
66 "scripts" : {
1818 "uuid" : " ^3.3.3"
1919 },
2020 "engines" : {
21- "node" : " >=8 .0.0"
21+ "node" : " >=10 .0.0"
2222 },
2323 "devDependencies" : {
2424 "chai" : " ^4.2.0" ,
25- "eslint" : " ^6.5.1 " ,
26- "eslint-config-airbnb-base" : " ^14.0 .0" ,
27- "eslint-plugin-import" : " ^2.18.2 " ,
28- "mocha" : " ^6.2.2 " ,
29- "sinon" : " ^7.5.0 "
25+ "eslint" : " ^7.7.0 " ,
26+ "eslint-config-airbnb-base" : " ^14.2 .0" ,
27+ "eslint-plugin-import" : " ^2.22.0 " ,
28+ "mocha" : " ^8.1.1 " ,
29+ "sinon" : " ^9.0.3 "
3030 }
3131}
You can’t perform that action at this time.
0 commit comments