From 6dc951e92e89fddd495fb8dae036da05e9a15961 Mon Sep 17 00:00:00 2001 From: "Desmond A. Kirkpatrick" Date: Sun, 3 May 2026 09:31:14 -0700 Subject: [PATCH 1/3] trial run for Node v24 --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 3d485094f..673f550d3 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: Setup Pana source analysis run: tool/gh_actions/install_pana.sh From b788ac6763161d3f9c04397d164bfc23c494447c Mon Sep 17 00:00:00 2001 From: "Desmond A. Kirkpatrick" Date: Mon, 4 May 2026 12:40:15 -0700 Subject: [PATCH 2/3] install_node update --- tool/gh_actions/install_node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/gh_actions/install_node.sh b/tool/gh_actions/install_node.sh index c98ce3e24..8e1b5b74b 100755 --- a/tool/gh_actions/install_node.sh +++ b/tool/gh_actions/install_node.sh @@ -16,6 +16,6 @@ set -euo pipefail sudo apt-get update && sudo apt-get install -y ca-certificates curl gnupg curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg -NODE_MAJOR=20 +NODE_MAJOR=24 echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | sudo tee /etc/apt/sources.list.d/nodesource.list sudo apt-get update && sudo apt-get install nodejs -y \ No newline at end of file From 5035402f9877fa57a8d235e79352301c9ce3bfae Mon Sep 17 00:00:00 2001 From: "Desmond A. Kirkpatrick" Date: Wed, 6 May 2026 12:06:32 -0700 Subject: [PATCH 3/3] minor change to force CI to run --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b812acc2f..cf843456c 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,5 @@ One of ROHD's goals is to help grow an open-source community around reusable har ROHD is under active development. If you're interested in contributing, have feedback or a question, or found a bug, please see [CONTRIBUTING.md](https://github.com/intel/rohd/blob/main/CONTRIBUTING.md). ---------------- - Copyright (C) 2021-2026 Intel Corporation SPDX-License-Identifier: BSD-3-Clause