1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-08-10 22:11:50 +02:00

Update dependency node to v18.20.8 (#12596)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-06-29 13:16:33 +01:00
committed by GitHub
parent 6e5623ce6a
commit a0cd09cd5b
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
with: with:
# 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.20.7' node-version: '18.20.8'
cache: 'yarn' cache: 'yarn'
- name: Install Yarn - name: Install Yarn

View File

@@ -53,7 +53,7 @@ runs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
with: 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 # Disable the cache on ARM runners. For now, we don't run "yarn install" on these
# environments and this breaks actions/setup-node. # environments and this breaks actions/setup-node.
# See https://github.com/laurent22/joplin/commit/47d0d3eb9e89153a609fb5441344da10904c6308#commitcomment-159577783. # See https://github.com/laurent22/joplin/commit/47d0d3eb9e89153a609fb5441344da10904c6308#commitcomment-159577783.