Skip to content

Commit 5439843

Browse files
committed
build: Add Node.js 24 LTS
1 parent 21f5dbc commit 5439843

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/CI.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
os: ubuntu-24.04
2121
node: 22.x
2222

23+
- name: "Linux: Node 24"
24+
os: ubuntu-24.04
25+
node: 24.x
26+
2327
# Includes Firefox, Google Chrome, Microsoft Edge
2428
# https://github.com/actions/runner-images/blob/win22/20241211.1/images/windows/Windows2022-Readme.md
2529
- name: "Windows: Node 22"

0 commit comments

Comments
 (0)