Conversation
36c3fea to
6e0aca7
Compare
Codecov Report
@@ Coverage Diff @@
## master #1404 +/- ##
==========================================
+ Coverage 58.00% 58.17% +0.17%
==========================================
Files 131 131
Lines 2900 2905 +5
Branches 699 735 +36
==========================================
+ Hits 1682 1690 +8
+ Misses 1214 1211 -3
Partials 4 4
Continue to review full report at Codecov.
|
| RUN mkdir node_modules | ||
| RUN if [ -z "$SKIP_FRONTEND_BUILD" ] ; then \ | ||
| CI=true npm ci --loglevel warn \ | ||
| npm i -g pnpm && \ |
There was a problem hiding this comment.
I think we can use https://nodejs.org/api/corepack.html for activate pnpm
corepack pnpm install
There was a problem hiding this comment.
Hm, I think its too early for corepack. It was introduced in v18 and it's experimental.
But worth considering when we move towards update to node18
UPD: Oh, I'm wrong it's available in v16.
node_modulessizeIt's okay that size job is failing. It's because it can't install dependencies on master without
pnpm-lock.yml