[go: nahoru, domu]

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 bd6516b commit 8173ea9
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 @@ -24,7 +24,7 @@ technical lead for 2.5 years. I am available for full-time remote positions.
npm install all-node-versions
```

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 @@ -67,6 +67,6 @@
"test-each": "^7.0.0"
},
"engines": {
"node": ">=18.20.0"
"node": ">=18.18.0"
}
}

0 comments on commit 8173ea9

Please sign in to comment.