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 #46

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
Update Node version
This is to bypass the following warning

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: atlassian/gajira-login@v3, atlassian/gajira-comment@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
  • Loading branch information
psamudrala-gpsw authored Mar 12, 2024
commit d02bc6b0921b7be347f6c380f9abf51db3f01b95
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -11,5 +11,5 @@ inputs:
description: Comment
required: true
runs:
using: 'node16'
using: 'node20'
main: './dist/index.js'