Skip to content

Commit 2ad6239

Browse files
committed
Fix action.yml to use correct file and Node version
- Update main entry point from dist/action.js to dist/action.cjs - Update Node.js runtime from node20 to node24 to match package.json requirement
1 parent 7197ca3 commit 2ad6239

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ inputs:
2929
default: 'true'
3030

3131
runs:
32-
using: 'node20'
33-
main: 'dist/action.js'
32+
using: 'node24'
33+
main: 'dist/action.cjs'

0 commit comments

Comments
 (0)