From 54595634b03d0da5de105eefaf866eea91340403 Mon Sep 17 00:00:00 2001 From: andytson-inviqa Date: Mon, 16 Feb 2026 15:46:02 +0000 Subject: [PATCH] feat: update default nodejs to 24 --- src/_base/harness/attributes/common-05-node.yml | 4 ++-- src/nextjs/harness.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/_base/harness/attributes/common-05-node.yml b/src/_base/harness/attributes/common-05-node.yml index 988ab0d..c0fc9af 100644 --- a/src/_base/harness/attributes/common-05-node.yml +++ b/src/_base/harness/attributes/common-05-node.yml @@ -4,8 +4,8 @@ attributes.default: node: packageManager: yarn - version: '20' - + version: "24" + npm: login: false registry: diff --git a/src/nextjs/harness.yml b/src/nextjs/harness.yml index 4346b16..8f4da88 100644 --- a/src/nextjs/harness.yml +++ b/src/nextjs/harness.yml @@ -11,7 +11,7 @@ harness('inviqa/nextjs'): attributes: node: packageManager: npm - version: '20' + version: "24" services: console: build: