Skip to content

Commit e1a8512

Browse files
authored
ci: use node24 (#1394)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent a894646 commit e1a8512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
node-version:
111111
# action based on https://github.com/actions/node-versions/releases
112112
# see also: https://nodejs.org/en/about/previous-releases
113-
- "23" # current
113+
- "24" # current
114114
- "22" # active LTS
115115
- "20"
116116
- "20.18.0" # lowest supported

0 commit comments

Comments
 (0)