Skip to content

Commit b25049a

Browse files
committed
Remove Node.js 18 support
1 parent aeb7395 commit b25049a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
strategy:
3232
matrix:
3333
node-version:
34+
- 22
3435
- 20
35-
- 18
3636
name: Node.js ${{ matrix.node-version }} Quick
3737
steps:
3838
- name: Checkout the repository

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"license": "MIT",
2020
"repository": "postcss/postcss-mixins",
2121
"engines": {
22-
"node": "^18.0 || ^ 20.0 || >= 22.0"
22+
"node": "^20.0 || ^22.0 || >=24.0"
2323
},
2424
"funding": [
2525
{

0 commit comments

Comments
 (0)