From 6a16f9fb62f528990317ef4eeb1319dcad3e64c5 Mon Sep 17 00:00:00 2001 From: per1234 Date: Tue, 23 Sep 2025 01:57:53 -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 cd0605a..f9ea47e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,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 73d41ee..c7406fd 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,6 @@ "prettier": "^3.6.2" }, "engines": { - "node": "16.x" + "node": "22.x" } }