mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Chore: Trying to fix CI error "TypeError: Cannot redefine property: performance"
This commit is contained in:
parent
03222ba1b2
commit
7706f9058b
4
.github/workflows/github-actions-main.yml
vendored
4
.github/workflows/github-actions-main.yml
vendored
@ -71,7 +71,9 @@ jobs:
|
|||||||
- uses: olegtarasov/get-tag@v2.1
|
- uses: olegtarasov/get-tag@v2.1
|
||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '18'
|
# We need to pin the version to 18.15, because 18.16+ fails with this error:
|
||||||
|
# https://github.com/facebook/react-native/issues/36440
|
||||||
|
node-version: '18.15.0'
|
||||||
|
|
||||||
- name: Install Yarn
|
- name: Install Yarn
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user