Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 8b7ded1

Browse files
authored
Merge pull request #361 from ResuBaka/feature/chagend-tested-node-version
Feature/chagend tested node version
2 parents b419892 + 89c0823 commit 8b7ded1

File tree

3 files changed

+145
-104
lines changed

3 files changed

+145
-104
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
node_js: '10'
2020

2121
- <<: *build
22-
node_js: '8'
22+
node_js: '12'
2323

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"request": "^2.85.0",
9191
"request-promise-native": "^1.0.5",
9292
"resource-router-middleware": "^0.6.0",
93-
"sharp": "^0.21.0",
93+
"sharp": "^0.23.2",
9494
"soap": "^0.25.0",
9595
"winston": "^2.4.2"
9696
},

0 commit comments

Comments
 (0)