Closed summer-alice closed 1 year ago
Old versions were using Node 12 which github has stopped supporting (in the background it was forcing them to run on Node 16).
See: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Might also be worth looking at bumping the D compiler versions (we jump from 2.090.1 to "latest"), if you're happy to.
Thanks.
Old versions were using Node 12 which github has stopped supporting (in the background it was forcing them to run on Node 16).
See: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Might also be worth looking at bumping the D compiler versions (we jump from 2.090.1 to "latest"), if you're happy to.