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

fix: Update actions/checkout and actions/setup-node to v3 and node.js to version to 16 in GitHub Actions workflow #6

Merged
merged 2 commits into from
May 21, 2023

Conversation

cheykoff
Copy link
Owner

This pull request addresses a warning regarding the Node.js version used in our GitHub Actions workflow.

Changes included in this PR:

  • Updated the actions/checkout action to v3.
    • Updated the actions/setup-node action to v3.
  • Set the Node.js version to 16 in the actions/setup-node step of our workflow.

Previously, we were using an older version of Node.js (14) and v2 of the actions/checkout and actions/setup-nodeaction. The older Node.js version was being deprecated, leading to a warning message in our workflow runs.

@cheykoff cheykoff merged commit e591925 into main May 21, 2023
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