Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update node version #33

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Update node version #33

merged 1 commit into from
Feb 16, 2024

Conversation

zangbe
Copy link
Contributor

@zangbe zangbe commented Feb 16, 2024

Following the recent blog post "GitHub Actions: Transitioning from Node 16 to Node 20" by GitHub, I noticed this action is still running on node16:

action.yml

runs:
using: 'node16'
main: 'dist/index.js'
This is the warning I see every time I my workflow:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: josStorer/get-current-time@master. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

@josStorer josStorer merged commit 1d435b0 into josStorer:master Feb 16, 2024
2 checks passed
@josStorer
Copy link
Owner

#32

@josStorer josStorer linked an issue Feb 16, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update to node20
2 participants