pnpm install is missing in .node-base
Describe the bug
After declaring pnpm as NODE_MANAGER, pnpm install is not launched
It seems that case "$NODE_MANAGER" in in gitlab-ci-node.yml line 415 does not take into account pnpm)
Expected behavior
pnpm install should be launched in .node-base before_script
Edited by Samuel C.