Skip to content

Commit dccf048

Browse files
nickboldtrhdh-bot
andauthored
chore: update node headers to v24.19.0 [skip-build] (#5332)
Signed-off-by: rhdh-bot <rhdh-bot@redhat.com> Co-authored-by: rhdh-bot <rhdh-bot@redhat.com>
1 parent bf1ab42 commit dccf048

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.nvm/releases/README.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ To determine the specific version of node headers to include in this folder, pul
33
```
44
podman run -it --rm --entrypoint /bin/bash --user root registry.access.redhat.com/ubi9/nodejs-24 -c "node --version"
55

6-
v24.18.0
6+
v24.19.0
77
```
88

99
Or, go to https://catalog.redhat.com/en/software/containers/ubi9/nodejs-24/67f6255dbaa28af763e21805#packages, and search for `nodejs` to get the version.
1010

11-
As of 2026/07/07, this version is `v24.18.0`
11+
As of 2026/09/01, this version is `v24.19.0`
1212

13-
The latest RPM is `v24.18.0`.
13+
The latest RPM is `v24.19.0`.
1414

1515
To download headers:
1616

1717
```
1818
NODE_HEADERS_VERSION=$(podman run -it --rm --entrypoint /bin/bash --user root registry.access.redhat.com/ubi9/nodejs-24 -c "node --version" | tr -d "\n\r")
1919
# or some hardcoded value if there's a newer RPM
20-
NODE_HEADERS_VERSION=v24.18.0
20+
NODE_HEADERS_VERSION=v24.19.0
2121

2222
cd .nvm/releases/
2323
curl -sSLO https://nodejs.org/dist/${NODE_HEADERS_VERSION}/node-${NODE_HEADERS_VERSION}-headers.tar.gz
9.49 MB
Binary file not shown.

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.18.0
1+
24.19.0

0 commit comments

Comments
 (0)