Yuki Takei hace 5 años
padre
commit
c868dffcc4
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      packages/growi-commons/.github/workflows/ci.yml

+ 0 - 4
packages/growi-commons/.github/workflows/ci.yml

@@ -38,10 +38,6 @@ jobs:
         key: ${{ runner.os }}-yarn-${{ matrix.node-version }}-${{ hashFiles('**/yarn.lock') }}
         restore-keys: |
           ${{ runner.os }}-yarn-${{ matrix.node-version }}-
-    - name: Install dependencies
-      if: steps.cache-dependencies.outputs.cache-hit != 'true'
-      run: |
-        yarn add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs react-images@1.0.0 react-motion
     - name: Print dependencies
       run: |
         echo -n "node " && node -v