mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 05:38:47 +02:00
Working on v24.6.1
Some checks failed
Linters / lint-addon-docs (push) Successful in 2m14s
Test and upload documentation to artifacts / build-docs (push) Failing after 4m44s
Linters / lint-cpp (push) Failing after 2m18s
Linters / format-cpp (push) Has been skipped
Linters / lint-py (push) Failing after 2m16s
Linters / lint-yaml (push) Failing after 1m44s
Linters / lint-sh (push) Failing after 1m24s
Linters / lint-codeowners (push) Failing after 54s
Linters / lint-pr-url (push) Has been skipped
Linters / lint-readme (push) Successful in 1m25s
Linters / lint-js-and-md (push) Successful in 9m37s
Some checks failed
Linters / lint-addon-docs (push) Successful in 2m14s
Test and upload documentation to artifacts / build-docs (push) Failing after 4m44s
Linters / lint-cpp (push) Failing after 2m18s
Linters / format-cpp (push) Has been skipped
Linters / lint-py (push) Failing after 2m16s
Linters / lint-yaml (push) Failing after 1m44s
Linters / lint-sh (push) Failing after 1m24s
Linters / lint-codeowners (push) Failing after 54s
Linters / lint-pr-url (push) Has been skipped
Linters / lint-readme (push) Successful in 1m25s
Linters / lint-js-and-md (push) Successful in 9m37s
PR-URL: https://github.com/nodejs/node/pull/59449
This commit is contained in:
parent
09dc7a5985
commit
b18899500b
1 changed files with 2 additions and 2 deletions
|
@ -24,12 +24,12 @@
|
|||
|
||||
#define NODE_MAJOR_VERSION 24
|
||||
#define NODE_MINOR_VERSION 6
|
||||
#define NODE_PATCH_VERSION 0
|
||||
#define NODE_PATCH_VERSION 1
|
||||
|
||||
#define NODE_VERSION_IS_LTS 0
|
||||
#define NODE_VERSION_LTS_CODENAME ""
|
||||
|
||||
#define NODE_VERSION_IS_RELEASE 1
|
||||
#define NODE_VERSION_IS_RELEASE 0
|
||||
|
||||
#ifndef NODE_STRINGIFY
|
||||
#define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue