|
|
@@ -42,7 +42,7 @@ jobs:
|
|
|
- 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 react-motion
|
|
|
+ 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
|
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
- 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 react-motion
|
|
|
+ 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
|
|
|
@@ -156,7 +156,7 @@ jobs:
|
|
|
- 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 react-motion
|
|
|
+ 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
|
|
|
@@ -202,14 +202,13 @@ jobs:
|
|
|
- name: Install dependencies
|
|
|
run: |
|
|
|
yarn add growi-plugin-lsx growi-plugin-pukiwiki-like-linker growi-plugin-attachment-refs
|
|
|
- yarn add -D react-images react-motion
|
|
|
+ yarn add -D react-images@1.0.0 react-motion
|
|
|
- name: Print dependencies
|
|
|
run: |
|
|
|
echo -n "node " && node -v
|
|
|
echo -n "npm " && npm -v
|
|
|
yarn list --depth=0
|
|
|
- name: yarn build:prod
|
|
|
- if: steps.cache-public.outputs.cache-hit != 'true'
|
|
|
run: |
|
|
|
yarn build:prod
|
|
|
- name: yarn install --production
|