From 7d3d03e85cb84fdb0b37857d55def558edb5fc9d Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 13 Nov 2021 16:03:28 +0500 Subject: [PATCH] set node version to 14.18.1 --- apps/mobile/codemagic.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/codemagic.yaml b/apps/mobile/codemagic.yaml index 31825a30f..808167f26 100644 --- a/apps/mobile/codemagic.yaml +++ b/apps/mobile/codemagic.yaml @@ -13,7 +13,7 @@ workflows: XCODE_SCHEME: "Notesnook" # <-- Put the name of your Xcode scheme here BUNDLE_ID: "org.streetwriters.notesnook" # <-- Put your Bundle Id here e.g com.domain.myapp APP_STORE_APP_ID: 1544027013 # <-- Put the app id number here. This is found in App Store Connect > App > General > App Information - node: 14.x + node: 14.18.1 xcode: 12.4 cocoapods: default scripts: