1
0
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:
Laurent Cozic 2023-04-23 22:58:43 +01:00
parent 03222ba1b2
commit 7706f9058b

View File

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