We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb7395 commit b25049aCopy full SHA for b25049a
.github/workflows/test.yml
@@ -31,8 +31,8 @@ jobs:
31
strategy:
32
matrix:
33
node-version:
34
+ - 22
35
- 20
- - 18
36
name: Node.js ${{ matrix.node-version }} Quick
37
steps:
38
- name: Checkout the repository
package.json
@@ -19,7 +19,7 @@
19
"license": "MIT",
20
"repository": "postcss/postcss-mixins",
21
"engines": {
22
- "node": "^18.0 || ^ 20.0 || >= 22.0"
+ "node": "^20.0 || ^22.0 || >=24.0"
23
},
24
"funding": [
25
{
0 commit comments