We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3963334 commit 9bdf30cCopy full SHA for 9bdf30c
action.yml
@@ -20,5 +20,5 @@ outputs:
20
description: 'JSON array of parsed changelog entries'
21
22
runs:
23
- using: 'node20'
+ using: 'node24'
24
main: 'dist/index.js'
src/index.js
@@ -53,4 +53,3 @@ if (require.main === module) {
53
}
54
55
module.exports = run;
56
-
0 commit comments