You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem seems to be due to GitHub recently changing the default Node.js version from 14 to 16 for all VM images (actions/runner-images#4446). The jsdoc-action depended on some CLI output which was removed in Node.js 16. I have now updated the action to v1.2.1 in order to support both Node.js versions.
I'm getting this error in my github actions: https://github.com/lark-parser/Lark.js/runs/4422204241?check_suite_focus=true
This is the yml: https://github.com/lark-parser/Lark.js/blob/master/.github/workflows/jsdoc.yml
Worth noting that this exact same yml worked before, and I didn't change it.
Also, running jsdoc locally works for me.
The text was updated successfully, but these errors were encountered: