Skip to content

Commit 02ede9c

Browse files
committed
Update version information in README (#221)
1 parent d9ba73b commit 02ede9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
[pprof][pprof-url] support for Node.js.
88

99
## Prerequisites
10-
1. Your application will need to be using Node.js 16 or greater.
10+
1. Your application will need to be using Node.js 18 or greater.
1111

1212
2. The `pprof` module has a native component that is used to collect profiles
1313
with v8's CPU and Heap profilers. You may need to install additional
1414
dependencies to build this module.
1515
* `pprof` has prebuilt binaries available for Linux arm64/x64,
16-
Alpine Linux x64, macOS arm64/x64, and Windows x64 for Node 16/18/20/22/23.
16+
Alpine Linux x64, macOS arm64/x64, and Windows x64 for Node 18/20/22/24.
1717
No additional dependencies are required.
1818
* For other environments: on environments that `pprof` does not have
1919
prebuilt binaries for, the module

0 commit comments

Comments
 (0)