From b0fd654e721f936f78140f8b67955c94c324a67b Mon Sep 17 00:00:00 2001 From: Gerson Alexander Pardo Gamez Date: Thu, 18 Jul 2024 19:45:39 -0500 Subject: [PATCH] chore: updated android --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c877e81..42233d0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -44,7 +44,7 @@ jobs: ndk-version: r21d - uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: .nvmrc - name: Set up Node run: | npm install -g detox-cli