Skip to content

Commit 483c5f0

Browse files
authored
Node v24 (#660)
1 parent 7cd4227 commit 483c5f0

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/general.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Node
3939
uses: actions/setup-node@v4
4040
with:
41-
node-version: 20
41+
node-version: 24
4242

4343
- name: Setup Pana source analysis
4444
run: tool/gh_actions/install_pana.sh

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,5 @@ One of ROHD's goals is to help grow an open-source community around reusable har
6969
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).
7070

7171
----------------
72-
7372
Copyright (C) 2021-2026 Intel Corporation
7473
SPDX-License-Identifier: BSD-3-Clause

tool/gh_actions/install_node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ set -euo pipefail
1616

1717
sudo apt-get update && sudo apt-get install -y ca-certificates curl gnupg
1818
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
19-
NODE_MAJOR=20
19+
NODE_MAJOR=24
2020
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
2121
sudo apt-get update && sudo apt-get install nodejs -y

0 commit comments

Comments
 (0)