Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

ci: update GitHub actions to use Node 16 #3457

Merged
merged 2 commits into from
Jul 28, 2023
Merged

Conversation

eddybrando
Copy link
Collaborator

Changes

This PR updates actions/checkout and actions/setup-node to v3 so that they use Node 16.

Closes #2942

Implementation details

The v2 of both actions still used Node 12. We needed to update to v3 as stated in the GitHub blog: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Copy link
Contributor

@techtolentino techtolentino left a comment

Choose a reason for hiding this comment

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

LGTM

@eddybrando eddybrando merged commit db7b7ae into main Jul 28, 2023
5 checks passed
@eddybrando eddybrando deleted the ci/update-github-actions branch July 28, 2023 15:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix warnings on Build and Deploy gh-actions
2 participants