Skip to content

Commit 2b88958

Browse files
committed
Drop support for Node.js below 14.13
1 parent bce1351 commit 2b88958

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
matrix:
3131
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
3232
node_version:
33-
- 12.20.0
3433
- 14.13.0
3534
- 16
3635
- 18
36+
- 20
3737

3838
steps:
3939
- uses: actions/checkout@v2

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## next
22

33
- Added support for stylelint 15 (#53)
4+
- Dropped support for Node.js below 14.13
45

56
## 2.1.0 (January 29, 2023)
67

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "npm run lint && npm test && npm run build-and-test"
3535
},
3636
"engines": {
37-
"node": "^12.20.0 || ^14.13.0 || >=15.0.0",
37+
"node": "^14.13.0 || >=15.0.0",
3838
"npm": ">=7.0.0"
3939
},
4040
"dependencies": {

0 commit comments

Comments
 (0)