Skip to content

Commit 9bdf30c

Browse files
committed
Attempt at node action
1 parent 3963334 commit 9bdf30c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ outputs:
2020
description: 'JSON array of parsed changelog entries'
2121

2222
runs:
23-
using: 'node20'
23+
using: 'node24'
2424
main: 'dist/index.js'

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ if (require.main === module) {
5353
}
5454

5555
module.exports = run;
56-

0 commit comments

Comments
 (0)