From 421ae0bbb65e452f290f6347b2f2be06d3141e3d Mon Sep 17 00:00:00 2001 From: per1234 Date: Sat, 14 Jun 2025 05:42:20 -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 53fda44..363ae34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "prettier-plugin-toml": "2.0.5" }, "engines": { - "node": "20.x" + "node": "22.x" } }, "node_modules/@financial-times/origami-service-makefile": { diff --git a/package.json b/package.json index 68266bb..da3b3f9 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "prettier-plugin-toml": "2.0.5" }, "engines": { - "node": "20.x" + "node": "22.x" } }