Skip to content

Commit 1320865

Browse files
authored
ci: use node24 (#1244)
node24 was released - lets use it for tests. Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 514c8a0 commit 1320865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
node-version:
158158
# action based on https://github.com/actions/node-versions/releases
159159
# see also: https://nodejs.org/en/about/releases/
160-
- "23" # current
160+
- "24" # current
161161
- "22" # active LTS
162162
- "20"
163163
- "20.18.0" # lowest supported
@@ -182,7 +182,7 @@ jobs:
182182
NODE_VERSION: '${{ matrix.node-version }}'
183183
run:
184184
case "$NODE_VERSION" in
185-
'23' | '22')
185+
'24' | '22')
186186
npm i -g npm@^11
187187
;;
188188
'20' | '20.18.0')

0 commit comments

Comments
 (0)