The issue may be that our `appveyor.yml` file specifies `nodejs_version: "10"`. This is quite obsolete. GitHub actions will require v24 as of 2026. See [https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/](https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/).
The issue may be that our
appveyor.ymlfile specifiesnodejs_version: "10". This is quite obsolete. GitHub actions will require v24 as of 2026. See https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/.