Skip to content

Commit 597d5ba

Browse files
authored
Remove Node.js less than 20.19.0 support (#107)
1 parent c67c45e commit 597d5ba

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ jobs:
1313
uses: stylelint/.github/.github/workflows/test.yml@main
1414
with:
1515
os: '["ubuntu-latest", "windows-latest", "macos-latest"]'
16+
node-version: '["20", "22", "24"]'

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Head
4+
5+
- Removed: Node.js less than `20.19.0` support.
6+
37
## 0.5.0
48

59
- Removed: Node.js less than `18.19.0` support.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"vitest": "^2.1.6"
7373
},
7474
"engines": {
75-
"node": ">=18.19.0"
75+
"node": ">=20.19.0"
7676
}
7777
}

0 commit comments

Comments
 (0)