During test-and-release.yml, I am getting many warnings like
adapter-tests (24.x, macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24:
actions/checkout@v4, actions/setup-node@v4.
For more information see:
https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Perhaps this could be avoided by adding
env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
to adapter-test.yml
It does not really harm, but it would be nice not to have those warnings until September.
During test-and-release.yml, I am getting many warnings like
Perhaps this could be avoided by adding
env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: trueto adapter-test.yml
It does not really harm, but it would be nice not to have those warnings until September.