Jaeyoung Hwang
Results
2
comments of
Jaeyoung Hwang
I solved this issue by changing repo-token; from `"${{ secrets.GH_BOT_TOKEN }}"` to `"${{ secrets.GITHUB_TOKEN }}"` It works for me.
In my case, I was using nvm(which automatically switches Node versions in each workspace), and my Node version was lower than the one that supports ES2023 (available in Node v20...