tgymnich / fork-sync

🔄 Github action to sync your forks
MIT License
382 stars 82 forks source link

Downgrade to Node 16 #125

Closed AlexTMjugador closed 1 year ago

AlexTMjugador commented 1 year ago

It looks like Node 18 is too new for GitHub hosted runners, and that causes workflow run errors:

image

In fact, Node 18 is not documented as a supported runtime by GitHub.

To fix this problem, use Node 16 instead, which is explicitly documented as supported by GitHub.

tgymnich commented 1 year ago

Thanks