From 3c2cb0f2a87efd08d4733a373049614462463691 Mon Sep 17 00:00:00 2001 From: per1234 Date: Mon, 22 Sep 2025 20:31:03 -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 31839c5d..55d52c68 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 fb408cd0..20acb7b6 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "prettier": "3.6.2" }, "engines": { - "node": "16.x" + "node": "22.x" } }