actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.37k stars 1.16k forks source link

Node16 Deprecation #1233

Closed kinano closed 2 months ago

kinano commented 10 months ago

Node16 will be deprecated on 09/11/2023 (link). Node 16 is used by the action at the moment according to the source code: https://github.com/actions/cache/blob/f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa/action.yml#L32-L33.

Is there a plan to release a node version update soon?

tflori commented 9 months ago

might this cause the error I'm getting:

Error relocating /__e/node16_alpine/bin/node: getentropy: symbol not found

I searched a bit and didn't find a result in this action issues but in checkout where one states out it works von v2, another saying it is not working on either version.

My 2 cents: It looks like someone copied a binary on my image and hoped it would work. Is that how github actions work? by copying binaries and hope for the best? It might be better to check for the library versions and copy a binary that fits.

github-actions[bot] commented 3 months ago

This issue is stale because it has been open for 200 days with no activity. Leave a comment to avoid closing this issue in 5 days.

github-actions[bot] commented 2 months ago

This issue was closed because it has been inactive for 5 days since being marked as stale.