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

feat: support Node20 runner #90

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

KengoTODA
Copy link

According to an announcement from GitHub, Now node20 is used by default.

This PR suggests to update dependencies and action.yml, to make sure new version (assumed as 1.5.0) works well on node20.

I'm not sure which lock file should be updated, so I updated yaml.lock.

Comment on lines 89 to +94
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 12
node-version: 20
Copy link
Author

Choose a reason for hiding this comment

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

note: In my understanding these steps are needless, but I kept them to keep the diff minimal.

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.

1 participant