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:
parent
95ca89bf5b
commit
ba2bfa5b5c
1
.github/workflows/build-android.yml
vendored
1
.github/workflows/build-android.yml
vendored
@ -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: |
|
||||||
|
1
.github/workflows/build-macos-m1.yml
vendored
1
.github/workflows/build-macos-m1.yml
vendored
@ -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: |
|
||||||
|
2
.github/workflows/github-actions-main.yml
vendored
2
.github/workflows/github-actions-main.yml
vendored
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user