From b2f04154d5d41da54639e1b9dacd3eed6499f4b2 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 23 Sep 2025 03:22:34 -0700 Subject: [PATCH] Bump project Node.js version to 22 npm package-based tools are used for various development and maintenance operations for this project. In order to ensure these operations work as expected, the project is configured for a specific major version of Node.js to be used by the infrastructure systems and collaborators. The standard Node.js version for Arduino Tooling projects is now 22. --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73ee53a..b4ae930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "prettier": "3.6.2" }, "engines": { - "node": "16.x" + "node": "22.x" } }, "node_modules/@financial-times/origami-service-makefile": { diff --git a/package.json b/package.json index fb408cd..20acb7b 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "prettier": "3.6.2" }, "engines": { - "node": "16.x" + "node": "22.x" } }