From d09fe6178c1bab6a8c0f370196abc7e157a78c2a Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Wed, 25 Apr 2018 20:39:09 +0100 Subject: [PATCH] Add support for Node 10, drop support for Node 9 --- .travis.yml | 4 ++-- README.md | 2 +- appveyor.yml | 4 ++-- docs/index.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index e8b671f8..84863043 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ matrix: - os: linux dist: trusty sudo: false - node_js: "9" + node_js: "10" - os: osx osx_image: xcode8.3 node_js: "4" @@ -28,7 +28,7 @@ matrix: node_js: "8" - os: osx osx_image: xcode8.3 - node_js: "9" + node_js: "10" after_success: - npm install coveralls - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js diff --git a/README.md b/README.md index f0a7cbac..29255696 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most modern 64-bit OS X, Windows and Linux (glibc) systems running -Node versions 4, 6, 8 and 9 +Node versions 4, 6, 8 and 10 do not require any additional install or runtime dependencies. ## Examples diff --git a/appveyor.yml b/appveyor.yml index cd5af9a6..2e0f1662 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,10 +7,10 @@ environment: - nodejs_version: "4" - nodejs_version: "6" - nodejs_version: "8" - - nodejs_version: "9" + - nodejs_version: "10" install: - ps: Install-Product node $env:nodejs_version x64 - - npm install -g npm@5.3.x + - npm install -g npm@5 - npm install test_script: - npm test diff --git a/docs/index.md b/docs/index.md index 40234e3c..67be5f9c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -14,7 +14,7 @@ As well as image resizing, operations such as rotation, extraction, compositing and gamma correction are available. Most 64-bit OS X, Windows and Linux (glibc) systems running -Node versions 4, 6, 8 and 9 +Node versions 4, 6, 8 and 10 do not require any additional install or runtime dependencies. [![Test Coverage](https://coveralls.io/repos/lovell/sharp/badge.png?branch=master)](https://coveralls.io/r/lovell/sharp?branch=master)