From c0db0cba7cbc0e29d781161ac1e51a5b76a78725 Mon Sep 17 00:00:00 2001 From: Korinne Adler Date: Wed, 1 Apr 2026 11:38:20 -0500 Subject: [PATCH] chore: Update Node.js release for IBM i build --- .github/Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/Jenkinsfile b/.github/Jenkinsfile index 4cf67b7..8d040c5 100644 --- a/.github/Jenkinsfile +++ b/.github/Jenkinsfile @@ -1,11 +1,11 @@ pipeline { agent { node { - label 'ibmi7.3' + label 'node-addons' } } environment { - NODE_PATH = '/QOpenSys/pkgs/lib/nodejs18/bin' + NODE_PATH = '/QOpenSys/pkgs/lib/nodejs20/bin' } stages { stage('build') {