Skip to content

Commit a5ef36f

Browse files
committed
node 8x support removed
1 parent 015376a commit a5ef36f

File tree

4 files changed

+451
-423
lines changed

4 files changed

+451
-423
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
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

.github/workflows/npmpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -18,14 +18,14 @@
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
}

0 commit comments

Comments
 (0)