Skip to content

Commit

Permalink
src: fix NODE_RELEASE_URLBASE
Browse files Browse the repository at this point in the history
So it points to the new location after 5.0.0 release.

PR-URL: #27
Reviewed-by: Trevor Norris <[email protected]>
  • Loading branch information
santigimeno authored and trevnorris committed Nov 30, 2023
1 parent 3ec83cd commit 6eb5d34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node_metadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ namespace node {
#if NODE_VERSION_IS_RELEASE
#define NODE_RELEASE_URLBASE \
"https://s3-us-west-2.amazonaws.com/nodesource-public-downloads/" \
NSOLID_VERSION_STRING "/artifacts/headers/" NODE_VERSION_LTS_CODENAME_LC "/"
NODE_VERSION_STRING "-ns" NSOLID_VERSION_STRING "/artifacts/headers/" \
NODE_VERSION_LTS_CODENAME_LC "/"

#endif // NODE_VERSION_IS_RELEASE
#endif // NODE_RELEASE_URLBASE
Expand Down

0 comments on commit 6eb5d34

Please sign in to comment.