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

Use cached dependencies and immutable install during publish #942

Merged
merged 4 commits into from Oct 25, 2022

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented Oct 14, 2022

The publish-release action now uses the same installation method as the lint/build step. This should make the output more predictable, and there is a greater chance that it will match what passed the other CI checks.

@Gudahtt Gudahtt requested a review from a team as a code owner October 14, 2022 23:28
The `publish-release` action now uses the same installation method as
the lint/build step. This should make the output more predictable, and
there is a greater chance that it will match what passed the other CI
checks.
@Gudahtt Gudahtt force-pushed the use-cached-immutable-deps-on-publish branch from 51c2566 to 6ebe9c5 Compare October 25, 2022 13:03
@Gudahtt Gudahtt merged commit 8b2fc06 into main Oct 25, 2022
@Gudahtt Gudahtt deleted the use-cached-immutable-deps-on-publish branch October 25, 2022 15:46
Gudahtt added a commit that referenced this pull request Oct 31, 2022
* origin/main:
  Use cached dependencies and immutable install during publish (#942)
  Add clear function for NotificationController (#943)
  Bump actions (#944)
@mcmire mcmire mentioned this pull request Nov 8, 2022
37 tasks
gantunesr pushed a commit that referenced this pull request Dec 8, 2022
* Use cached dependencies and immutable install during publish

The `publish-release` action now uses the same installation method as
the lint/build step. This should make the output more predictable, and
there is a greater chance that it will match what passed the other CI
checks.

* Use v3 cache action

* Populate yarn version and cache directory before restoring from cache
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* Use cached dependencies and immutable install during publish

The `publish-release` action now uses the same installation method as
the lint/build step. This should make the output more predictable, and
there is a greater chance that it will match what passed the other CI
checks.

* Use v3 cache action

* Populate yarn version and cache directory before restoring from cache
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
* Use cached dependencies and immutable install during publish

The `publish-release` action now uses the same installation method as
the lint/build step. This should make the output more predictable, and
there is a greater chance that it will match what passed the other CI
checks.

* Use v3 cache action

* Populate yarn version and cache directory before restoring from cache
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.

None yet

2 participants