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

chore: more clean ups in the action #172

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

thomaswhyyou
Copy link
Contributor

Description

A few tweaks in the release action:

  • Update actions/checkout@v2 and actions/setup-node@v2 to v3, currently we get warnings in the action runs.
  • Instead of lts/* from chore: update node version in actions #171, set the node version to >=18.0.0 so it's more predictable. This is the LTS version that is "current", and the same config documented in the setup-node action doc for v3.
  • Set GITHUB_TOKEN var instead of GH_TOKEN. Both should work, but the former is what is documented in their Github Actions doc.

@thomaswhyyou thomaswhyyou requested a review from meryldakin June 1, 2023 19:14
@thomaswhyyou thomaswhyyou merged commit fd2f94c into main Jun 1, 2023
@thomaswhyyou thomaswhyyou deleted the thomas-more-cleanups-in-release-action branch June 1, 2023 19:31
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.

2 participants