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 CA build #2474

Merged
merged 1 commit into from
Sep 1, 2023
Merged

Fix CA build #2474

merged 1 commit into from
Sep 1, 2023

Conversation

chrieinv
Copy link
Contributor

@chrieinv chrieinv commented Sep 1, 2023

Building CA test image fails with the error

#20 [frontend  3/11] RUN npm i -g npm node-gyp
#20 0.893 npm ERR! code EBADENGINE
#20 0.895 npm ERR! engine Unsupported engine
#20 0.896 npm ERR! engine Not compatible with your version of node/npm: npm@10.0.0
#20 0.897 npm ERR! notsup Not compatible with your version of node/npm: npm@10.0.0
#20 0.898 npm ERR! notsup Required: {"node":"^18.17.0 || >=20.5.0"}
#20 0.898 npm ERR! notsup Actual:   {"npm":"8.19.4","node":"v16.20.2"}

Attempt to fix by not installing/updating npm

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #2474 (4086d63) into master (c75c8d0) will not change coverage.
Report is 2 commits behind head on master.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #2474   +/-   ##
=========================================
  Coverage     60.27%   60.27%           
  Complexity     2774     2774           
=========================================
  Files           289      289           
  Lines         12550    12550           
=========================================
  Hits           7565     7565           
  Misses         4985     4985           
Components Coverage Δ
contentauthor 60.27% <ø> (ø)

@chrieinv chrieinv changed the title Don't update npm Fix CA build Sep 1, 2023
@chrieinv chrieinv merged commit 1c32523 into master Sep 1, 2023
8 checks passed
@chrieinv chrieinv deleted the fix-ca-build-202309 branch September 1, 2023 09:52
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.

2 participants