diff --git a/.travis.yml b/.travis.yml index 1a91e2e19..1f5155ef5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -77,6 +77,9 @@ jobs: node_js: stable install: pub run grinder before-test script: tool/travis/task/node_tests.sh + - <<: *node-tests + name: Node tests | Dart stable | Node Carbon + node_js: lts/carbon - <<: *node-tests name: Node tests | Dart stable | Node Dubnium node_js: lts/dubnium diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d4112387..5b20e33fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * Clarify the error message when the wrong number of positional arguments are passed along with a named argument. +### JavaScript API + +* Re-add support for Node Carbon (8.x). + ## 1.22.8 ### JavaScript API diff --git a/package/package.json b/package/package.json index f6f8fb0dd..0231c3f62 100644 --- a/package/package.json +++ b/package/package.json @@ -14,7 +14,7 @@ "url": "https://github.com/nex3" }, "engines": { - "node": ">=10.0.0" + "node": ">=8.9.0" }, "dependencies": { "chokidar": ">=2.0.0 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index c53ff476d..5fd4e0dea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: sass -version: 1.22.9-dev +version: 1.22.9 description: A Sass implementation in Dart. author: Dart Team homepage: https://github.com/sass/dart-sass