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

Chore: CI: Upgrade to Node v18.18 (#12408)

This commit is contained in:
Henry Heino
2025-06-09 05:21:29 -07:00
committed by GitHub
parent 42f6a9d03d
commit efcfd12489

View File

@@ -51,9 +51,7 @@ runs:
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-node@v4
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.15.0'
node-version: '18.18.0'
cache: 'yarn'
- name: Install Yarn