1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

CI: Trying to enable Yarn cache

This commit is contained in:
Laurent Cozic 2023-08-05 16:57:17 +01:00
parent 95ca89bf5b
commit ba2bfa5b5c
3 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '18' node-version: '18'
cache: 'yarn'
- name: Install Yarn - name: Install Yarn
run: | run: |

View File

@ -26,6 +26,7 @@ jobs:
# We need to pin the version to 18.15, because 18.16+ fails with this error: # We need to pin the version to 18.15, because 18.16+ fails with this error:
# https://github.com/facebook/react-native/issues/36440 # https://github.com/facebook/react-native/issues/36440
node-version: '18.15.0' node-version: '18.15.0'
cache: 'yarn'
- name: Install Yarn - name: Install Yarn
run: | run: |

View File

@ -75,6 +75,7 @@ jobs:
# We need to pin the version to 18.15, because 18.16+ fails with this error: # We need to pin the version to 18.15, because 18.16+ fails with this error:
# https://github.com/facebook/react-native/issues/36440 # https://github.com/facebook/react-native/issues/36440
node-version: '18.15.0' node-version: '18.15.0'
cache: 'yarn'
- name: Install Yarn - name: Install Yarn
run: | run: |
@ -160,6 +161,7 @@ jobs:
- uses: actions/setup-node@v2 - uses: actions/setup-node@v2
with: with:
node-version: '18' node-version: '18'
cache: 'yarn'
- name: Install Yarn - name: Install Yarn
run: | run: |