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

Revert single image back to node 14 #10814

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Conversation

adrinr
Copy link
Collaborator

@adrinr adrinr commented Jun 7, 2023

Description

Reverting the single image as node16 is causing issues

@adrinr adrinr requested a review from mike12345567 June 7, 2023 10:10
@adrinr adrinr force-pushed the singleimage_backto_node14 branch from 6723ade to 88a3a09 Compare June 7, 2023 10:11
@codecov-commenter
Copy link

Codecov Report

Merging #10814 (88a3a09) into master (c7d819e) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master   #10814   +/-   ##
=======================================
  Coverage   49.95%   49.95%           
=======================================
  Files         153      153           
  Lines        5167     5167           
  Branches     1033     1033           
=======================================
  Hits         2581     2581           
  Misses       2368     2368           
  Partials      218      218           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@@ -12,13 +12,15 @@ RUN chmod +x /cleanup.sh
WORKDIR /app
ADD packages/server .
COPY yarn.lock .
RUN yarn install --production=true && /cleanup.sh
RUN yarn install --production=true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Just splitting it for more verbosity on the build. This was failing and it was hard to see if it was because the yarn install or the cleanup. It should have no impact on the performance, as it was already 2 different steps

@adrinr adrinr merged commit 311c9d5 into master Jun 7, 2023
8 checks passed
@adrinr adrinr deleted the singleimage_backto_node14 branch June 7, 2023 10:28
@github-actions github-actions bot locked and limited conversation to collaborators Jun 7, 2023
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.

None yet

3 participants