Skip to content

Commit 9b88481

Browse files
committed
Re-add support for Node 18.18.0
1 parent 3264b84 commit 9b88481

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ npm install template-name
2525
```
2626

2727
<!--
28-
This package works in Node.js >=18.20.0.
28+
This package works in Node.js >=18.18.0.
2929
-->
3030

31-
This package works in both Node.js >=18.20.0 and
31+
This package works in both Node.js >=18.18.0 and
3232
[browsers](https://raw.githubusercontent.com/ehmicky/dev-tasks/main/src/browserslist).
3333

3434
This is an ES module. It must be loaded using

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@
3636
"@ehmicky/dev-tasks": "^3.0.8"
3737
},
3838
"engines": {
39-
"node": ">=18.20.0"
39+
"node": ">=18.18.0"
4040
}
4141
}

0 commit comments

Comments
 (0)