|
|
@@ -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
|