Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update Node to v 16 since v12 is deprecated #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ outputs:
description: The API url of the deployment statuses.

runs:
using: 'node12'
using: 'node16'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be Node 20 now to avoid the deprecation warnings: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's been 1.5 years, I sadly don't think this PR will get merged 😢

main: 'dist/index.js'