From bbaf2ef563483a80fcec9c7763b561d54cc014a9 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 23 Sep 2025 03:49:21 -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 127bb330..eb32d51e 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 5174dce9..877934c2 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "prettier": "^3.6.2" }, "engines": { - "node": "16.x" + "node": "22.x" } }