Commit 14f7084
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
0 commit comments