Просмотр исходного кода

chore: Publish and install fix 6

Michael Bromley 2 лет назад
Родитель
Сommit
f66294224d
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      .github/workflows/publish_and_install.yml

+ 0 - 2
.github/workflows/publish_and_install.yml

@@ -30,8 +30,6 @@ jobs:
         node-version: ${{ matrix.node-version }}
     - name: Install Verdaccio
       run: |
-        apt-get update
-        apt-get install jq
         npm install -g verdaccio
         npm install -g wait-on
         nohup verdaccio &