Skip to content

Commit 68c243d

Browse files
committed
Use Node.JS v24
Following the lead of e.g. `actions/upload-artifact`. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent f887058 commit 68c243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ inputs:
3333
description: 'Filter results by the reason for the build; Defaults to "all"'
3434
default: 'all'
3535
runs:
36-
using: 'node20'
36+
using: 'node24'
3737
main: 'dist/index.js'

0 commit comments

Comments
 (0)