set-timezone icon indicating copy to clipboard operation
set-timezone copied to clipboard

Transitioning from Node 16 to Node 20

Open DHeyko-Akonovia opened this issue 2 years ago • 3 comments

As per https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/, github actions will need to transition to node 20. Currently, the code is set to 16:

runs:
  using: "node16"
  main: "dist/index.js"

Thank you!

DHeyko-Akonovia avatar Oct 26 '23 20:10 DHeyko-Akonovia

Have made a fork, updated it and publish it here : https://github.com/marketplace/actions/timezoneaction I've used most of of the great work of @kwarkjes (mentioned as contributor in release note)

MathRobin avatar Feb 22 '24 14:02 MathRobin

Thanks @MathRobin! I switched to https://github.com/digipost/set-timezone quite a while ago but they closed issues on the repo, so maybe I should make another switch.

berezovskyi avatar Mar 02 '24 19:03 berezovskyi

You're welcome ! If you have any idea of improvement, if you met any bugs, don't hesitate, we will be happy to help (me and the whole Airporting tech department).

MathRobin avatar Mar 04 '24 10:03 MathRobin