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 the release-stable CI job #1657

Merged
merged 1 commit into from
Nov 11, 2023
Merged

fix the release-stable CI job #1657

merged 1 commit into from
Nov 11, 2023

Conversation

mansona
Copy link
Member

@mansona mansona commented Nov 11, 2023

since #1594 we have been using pnpm to pin our node version using .npmrc to set the use-node-version setting.

This was fine for local development, but for CI we wanted to rely on a floating major for Node so that it was more in-line with our --no-lockfile policy and might show up some issues quicker. To achieve this we overwrote the .npmrc file to remove the use-node-version setting

This is what was getting picked up by the CI job as being an uncommitted change, so I made it possible to opt-out of this behaviour in our setup action 👍

@NullVoxPopuli NullVoxPopuli merged commit 239b522 into main Nov 11, 2023
204 checks passed
@NullVoxPopuli NullVoxPopuli deleted the fix-release-stable branch November 11, 2023 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants