Skip to content

Commit

Permalink
Require node>=14.0.0 (#1911)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme committed Mar 23, 2023
1 parent f5a3dea commit c6e7dbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -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

Expand Down

0 comments on commit c6e7dbc

Please sign in to comment.