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: lock node version in circleci #72

Merged
merged 2 commits into from
Jan 29, 2024
Merged

Conversation

stephenrob
Copy link
Contributor

Locks down the node version in CircleCI to 18.17.1 this was defaulting to 20.11.0

@stephenrob stephenrob self-assigned this Jan 29, 2024
@stephenrob stephenrob added the 90% 90% Code Review label Jan 29, 2024
@stephenrob stephenrob requested a review from a team January 29, 2024 10:26
Comment on lines 23 to 27
node_setup:
steps:
- node/install:
node-version: "" # use .nvmrc
- node/install
- node/install-packages:
include-branch-in-cache-key: false
Copy link
Member

Choose a reason for hiding this comment

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

Actually it looks like we can remove node_setup completely.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's still referenced by the end to end tests and commitlint steps

Copy link
Member

Choose a reason for hiding this comment

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

Oh, ok, didn't see it in the diff so assumed it was only needed by printnodeversion.

@stephenrob stephenrob merged commit 95997c6 into main Jan 29, 2024
8 checks passed
@stephenrob stephenrob deleted the chore-lock-node-version branch January 29, 2024 10:40
@talisaspire
Copy link
Collaborator

🎉 This PR is included in version 4.5.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
90% 90% Code Review released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants