Skip to content

Commit

Permalink
Bump elastic-apm-node to latest version for NodeJS 20
Browse files Browse the repository at this point in the history
`3.43.0` fails with v20:
```
error [email protected]: The engine "node" is incompatible with this module. Expected version "^8.6.0 || 10 || 12 || 14 || 16 || 17 || 18 || 19". Got "20.18.1"
```

Signed-off-by: hashworks <[email protected]>
  • Loading branch information
hashworks committed Jan 10, 2025
1 parent 1a602a8 commit d49e58c
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 148 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"deep-freeze-strict": "^1.1.1",
"del": "^6.1.1",
"dns-sync": "npm:@amoo-miki/dns-sync@^0.2.1",
"elastic-apm-node": "^3.43.0",
"elastic-apm-node": "^4.10.0",
"elasticsearch": "^16.7.0",
"execa": "^4.0.2",
"expiry-js": "0.1.7",
Expand Down
Loading

0 comments on commit d49e58c

Please sign in to comment.