Skip to content

Commit 1a29d0a

Browse files
committed
Upgrade Node.js to version 24 in CI test environment
1 parent 899d0f9 commit 1a29d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ ubuntu-latest ]
13-
node: [ 20.x ]
13+
node: [ 24.x ]
1414

1515
runs-on: ${{matrix.os}}
1616

0 commit comments

Comments
 (0)