[iobroker-bot] Update Node.js versions in test-and-release workflow#422
Open
ioBroker-Bot wants to merge 1 commit intoApollon77:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
German description can be found below
Deutsche Beschreibung befindet sich weiter unten
General information
This PR has been created by iobroker-bot. Please review the changes carefully and merge the PR if review is ok.
Feel free to contact me (@ioBroker-Bot) if you have any questions or feel that a PR is faulty. Please open a issue at repository https://github.com/ioBroker/ioBroker.repochecker to report a faulty PR.
And THANKS A LOT for maintaining this adapter from me and all users.
Let's work together for the best user experience.
your
ioBroker Check and Service Bot
@mcm1957 for evidence
Changes provided by this PR
This PR updates the Node.js versions used in the
.github/workflows/test-and-release.ymlworkflow to align with the currently maintained Node.js releases.Please verify that your adapter is compatible with the Node.js versions introduced by this PR before merging.
Changes made
Test matrix updated: The Node.js versions used for testing in the
adapter-testsjob have been updated to20.x, 22.x, 24.x.Check-and-lint Node.js version updated: The Node.js version used in the
check-and-lintjob has been set to22.Deploy Node.js version updated (if applicable): The Node.js version used in the
deployjob has been set to22. This change is only applied if the deploy step is present and not commented out.Minimum Node.js requirement updated (if required): The
engines.nodefield inpackage.jsonhas been updated to require at least Node.js20. This change is only applied if the currently specified minimum version is lower than20.Summary of Node.js versions after applying this PR
20.x, 22.x, 24.xpackage.json):>= 20Deutsche Beschreibung
Aktualisierung der Node.js-Versionen im test-and-release-Workflow
Allgemeine Informationen
Dieser PR wurde durch iobroker-bot erstellt. Bitte die Änderungen sorgfältig überprüfen und den PR nach erfolgreicher Prüfung zusammenführen.
Bei Fragen oder wenn ein PR fehlerhaft erscheint, kann gerne Kontakt mit mir (@ioBroker-Bot) aufgenommen werden. Bitte ein Issue im Repository https://github.com/ioBroker/ioBroker.repochecker öffnen, um einen fehlerhaften PR zu melden.
Und VIELEN DANK für die Wartung dieses Adapters von mir und allen Nutzern.
Gemeinsam für das beste Nutzererlebnis arbeiten.
Euer
ioBroker Check and Service Bot
@mcm1957 zum Nachweis
Durch diesen PR bereitgestellte Änderungen
Dieser PR aktualisiert die Node.js-Versionen im
.github/workflows/test-and-release.yml-Workflow, um die aktuell gewarteten Node.js-Versionen zu verwenden.Bitte sicherstellen, dass der Adapter mit den durch diesen PR eingeführten Node.js-Versionen kompatibel ist, bevor der PR zusammengeführt wird.
Durchgeführte Änderungen
Test-Matrix aktualisiert: Die für Tests verwendeten Node.js-Versionen im
adapter-tests-Job wurden auf20.x, 22.x, 24.xaktualisiert.Node.js-Version für Check-and-Lint aktualisiert: Die im
check-and-lint-Job verwendete Node.js-Version wurde auf22gesetzt.Node.js-Version für Deployment aktualisiert (falls zutreffend): Die im
deploy-Job verwendete Node.js-Version wurde auf22gesetzt. Diese Änderung wird nur angewendet, wenn der Deploy-Schritt vorhanden und nicht auskommentiert ist.Mindest-Node.js-Anforderung aktualisiert (falls erforderlich): Das Feld
engines.nodein derpackage.jsonwurde aktualisiert, um mindestens Node.js20zu erfordern. Diese Änderung wird nur angewendet, wenn die aktuell angegebene Mindestversion unter20liegt.Zusammenfassung der Node.js-Versionen nach Anwendung dieses PR
20.x, 22.x, 24.xpackage.json):>= 20Template: X0000-updateNodeJsAtTestAndRelease