imranismail / setup-kustomize

MIT License
67 stars 19 forks source link

Fix deprecation warning for Node 16 #296

Closed mpicardvolvo closed 7 months ago

mpicardvolvo commented 7 months ago

Current State

Using setup-kustomize@2 results in a deprecation warning about Node 16:

Screenshot 2024-02-13 at 13 31 44

Expected State

Using setup-kustomize must not have deprecation warnings about unsupported Node versions.

https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

I searched the code for node 16 but did not find it to fix it. So I am not sure why this issue is appearing but please try to fix it because it seems like Node 16 is used somewhere.

grantc commented 7 months ago

@mpicardvolvo it's in https://github.com/imranismail/setup-kustomize/blob/v2.0.0/action.yml#L21. There's already a change in master, I guess we just need to wait for a new tag.