As per https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/, github actions will need to transition to node 20. Currently, the code is set to 16: ``` runs: using: "node16" main: "dist/index.js" ``` Thank you!