Skip to content

Commit

Permalink
Re-add support for Node 18.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Aug 5, 2024
1 parent 3264b84 commit 9b88481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ npm install template-name
```

<!--
This package works in Node.js >=18.20.0.
This package works in Node.js >=18.18.0.
-->

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

This is an ES module. It must be loaded using
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@ehmicky/dev-tasks": "^3.0.8"
},
"engines": {
"node": ">=18.20.0"
"node": ">=18.18.0"
}
}

0 comments on commit 9b88481

Please sign in to comment.