Require node>=14.0.0 (#1911)

This commit is contained in:
なつき 2023-03-23 16:10:21 -07:00 committed by GitHub
parent f5a3dea748
commit c6e7dbc0cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -1,5 +1,8 @@
## 1.60.0
## 1.61.0
* **Potentially breaking change:** Drop support for End-of-Life Node.js 12.
## 1.60.0
* Add support for the `pi`, `e`, `infinity`, `-infinity`, and `NaN` constants in
calculations. These will be interpreted as the corresponding numbers.

View File

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

View File

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