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 ac4ac1b commit 520567b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ separately.
npm install winston
```

This package works in Node.js >=18.20.0.
This package works in Node.js >=18.18.0.

This is an ES module. It must be loaded using
[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
"winston": "^3.13.1"
},
"engines": {
"node": ">=18.20.0"
"node": ">=18.18.0"
}
}

0 comments on commit 520567b

Please sign in to comment.