Skip to content

Update node version#33

Merged
josStorer merged 1 commit into
josStorer:masterfrom
zangbe:patch-1
Feb 16, 2024
Merged

Update node version#33
josStorer merged 1 commit into
josStorer:masterfrom
zangbe:patch-1

Conversation

@zangbe

@zangbe zangbe commented Feb 16, 2024

Copy link
Copy Markdown
Contributor

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
@josStorer

Copy link
Copy Markdown
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