Skip to content

Commit 1e869a3

Browse files
authored
chore(ci): node26 (#396)
<!--🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅 You can expedite processing of your PR by using this template to provide context and additional information. Before actually opening a PR please make sure that it does NOT fall into any of the following categories 🚫 Spam PRs (accidental or intentional) - these will result in a 30-days or even ∞ ban from interacting with the project depending on reoccurrence and severity. 🚫 Lazy typo fixing PRs - if you fix a typo in a file, your PR will only be merged if all other typos in the same file are also fixed with the same PR 🚫 If you fail to provide any _Description_ below, your PR will be considered spam. If you do not check the _Affirmation_ box below, your PR will not be merged. 🚫 If you do not check one of the _AI Tool Disclosure_ boxes below, your PR will not be merged. If you used AI tools to assist you in writing code, but fail to provide the required disclosure, your PR will not be merged. 🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅🔅--> ### Description add Node26 to CI Resolves or fixes issue: #394 ### AI Tool Disclosure - [x] My contribution does not include any AI-generated content - [ ] My contribution includes AI-generated content, as disclosed below: - AI Tools: `[e.g. GitHub CoPilot, ChatGPT, JetBrains Junie etc.]` - LLMs and versions: `[e.g. GPT-4.1, Claude Haiku 4.5, Gemini 2.5 Pro etc.]` - Prompts: `[Summarize the key prompts or instructions given to the AI tools]` ### Affirmation - [x] My code follows the [CONTRIBUTING.md](https://github.com/CycloneDX/cyclonedx-node-module/blob/master/CONTRIBUTING.md) guidelines Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent dd2f9bd commit 1e869a3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version:
4242
# action based on https://github.com/actions/node-versions/releases
4343
# see also: https://nodejs.org/en/about/releases/
44-
- "25" # Current
44+
- "26" # Current
4545
- "24" # Active LTS
4646
- "22"
4747
- "20"
@@ -82,7 +82,7 @@ jobs:
8282
node-version:
8383
# action based on https://github.com/actions/node-versions/releases
8484
# see also: https://nodejs.org/en/about/releases/
85-
- "25" # Current
85+
- "26" # Current
8686
- "24" # Active LTS
8787
- "22"
8888
- "20"
@@ -121,7 +121,7 @@ jobs:
121121
node-version:
122122
# action based on https://github.com/actions/node-versions/releases
123123
# see also: https://nodejs.org/en/about/releases/
124-
- "25" # Current
124+
- "26" # Current
125125
- "24" # Active LTS
126126
- "22"
127127
pnpm-version: [ "latest" ]

0 commit comments

Comments
 (0)