Drop support for non-LTS Node (< 12). (#1612)

This commit is contained in:
Awjin Ahn 2022-01-26 17:07:18 -08:00 committed by GitHub
parent f8f08bc42d
commit 5a12ef508f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## 1.49.1
* Stop supporting non-LTS Node.js versions.
## 1.49.0
* Fix a bug in `string.insert` with certain negative indices.

View File

@ -14,7 +14,7 @@
"url": "https://github.com/nex3"
},
"engines": {
"node": ">=8.9.0"
"node": ">=12.0.0"
},
"dependencies": {
"chokidar": ">=3.0.0 <4.0.0",

View File

@ -1,5 +1,5 @@
name: sass
version: 1.49.0
version: 1.49.1-dev
description: A Sass implementation in Dart.
homepage: https://github.com/sass/dart-sass