We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1edc63 commit 0184f3eCopy full SHA for 0184f3e
.github/workflows/build-and-deploy-rcr-ui.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install platform tooling
27
timeout-minutes: 10
28
run: |
29
- sudo apt-get -qq npm
+ sudo apt-get -qq install npm
30
sudo npm install -g pnpm
31
32
# Checkout this repository and all submodules.
0 commit comments