Skip to content

Commit 14f7084

Browse files
committed
Set action runtime to node20
action.yml was still using node16, which is incompatible with @actions/core@3, @actions/github@9, and openai@5 (all require Node >=18). The engines field in package.json already specifies >=20.
1 parent 4e22486 commit 14f7084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ inputs:
5454
default: 'https://models.github.ai/inference'
5555

5656
runs:
57-
using: 'node16'
57+
using: 'node20'
5858
main: 'dist/index.js'

0 commit comments

Comments
 (0)