inception-health / otel-export-trace-action

MIT License
95 stars 29 forks source link

Node 16 actions are deprecated #196

Open nicholascapo opened 9 months ago

nicholascapo commented 9 months ago

Warning from a recent run:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: inception-health/otel-export-trace-action@latest. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
bigdogwillfeed commented 9 months ago

From what I've seen in other actions, I believe the only change might be updating action.yaml with

runs:
  using: 'node20'

but I haven't looked any further.

Love the action and we've gotten lots of use out of it!

nicholascapo commented 9 months ago

@bigdogwillfeed thanks for the hint that it would be easy...it was easy :laughing: