Skip to content

Commit

Permalink
feat: Updated minimum supported version to Node 22 (#2305)
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Jun 26, 2024
1 parent 4b12d9e commit 0bf8908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ function initialize() {
throw new Error(message)
}

// TODO: Update this check when Node v22 support is added
if (psemver.satisfies('>=21.0.0')) {
// TODO: Update this check when Node v24 support is added
if (psemver.satisfies('>=23.0.0')) {
logger.warn(
'New Relic for Node.js %s has not been tested on Node.js %s. Please ' +
'update the agent or downgrade your version of Node.js',
Expand Down

0 comments on commit 0bf8908

Please sign in to comment.