Closed bramp closed 7 months ago
Thanks for the report! I see this mentioned at https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Is your workflow public - can you link to the output?
My workflow is actually broken (due to unrelated issues), but it is here: https://github.com/bramp/pmtiles-dart/actions/runs/7700302668
this was fixed by https://github.com/dart-lang/setup-dart/pull/122
I get the following warning in my build summary
This looks a simple fix action.yml (changing
using: "node16"
to using:"using: "node20"
), but I honestly I don't know how to test the new action, so I figured I'd leave it to the professionals :)thanks