diff --git a/.github/workflows/build-macos-m1.yml b/.github/workflows/build-macos-m1.yml index e602312e6f..e09fd7b56a 100644 --- a/.github/workflows/build-macos-m1.yml +++ b/.github/workflows/build-macos-m1.yml @@ -13,7 +13,7 @@ jobs: with: # 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.20.7' + node-version: '18.20.8' cache: 'yarn' - name: Install Yarn diff --git a/.github/workflows/shared/setup-build-environment/action.yml b/.github/workflows/shared/setup-build-environment/action.yml index 056131d385..a8cb1f8fb3 100644 --- a/.github/workflows/shared/setup-build-environment/action.yml +++ b/.github/workflows/shared/setup-build-environment/action.yml @@ -53,7 +53,7 @@ runs: - uses: actions/setup-node@v4 with: - node-version: '18.20.7' + node-version: '18.20.8' # Disable the cache on ARM runners. For now, we don't run "yarn install" on these # environments and this breaks actions/setup-node. # See https://github.com/laurent22/joplin/commit/47d0d3eb9e89153a609fb5441344da10904c6308#commitcomment-159577783.