We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3264b84 commit 9b88481Copy full SHA for 9b88481
README.md
@@ -25,10 +25,10 @@ npm install template-name
25
```
26
27
<!--
28
-This package works in Node.js >=18.20.0.
+This package works in Node.js >=18.18.0.
29
-->
30
31
-This package works in both Node.js >=18.20.0 and
+This package works in both Node.js >=18.18.0 and
32
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).
33
34
This is an ES module. It must be loaded using
package.json
@@ -36,6 +36,6 @@
36
"@ehmicky/dev-tasks": "^3.0.8"
37
},
38
"engines": {
39
- "node": ">=18.20.0"
+ "node": ">=18.18.0"
40
}
41
0 commit comments