diff --git a/.github/workflows/build-submit-android.yml b/.github/workflows/build-submit-android.yml index a6a5c69d3b..2748f783ba 100644 --- a/.github/workflows/build-submit-android.yml +++ b/.github/workflows/build-submit-android.yml @@ -37,7 +37,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: 🪛 Setup jq diff --git a/.github/workflows/build-submit-ios.yml b/.github/workflows/build-submit-ios.yml index cdc1e28c03..fd09b64577 100644 --- a/.github/workflows/build-submit-ios.yml +++ b/.github/workflows/build-submit-ios.yml @@ -37,7 +37,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: 🪛 Setup jq diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 8b4bd9bc6f..f4be27b0de 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -61,7 +61,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: 📷 Check fingerprint and install dependencies @@ -176,7 +176,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: 🔨 Setup EAS @@ -323,7 +323,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: 🔨 Setup EAS diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f6bd69878d..f210f7439d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -45,7 +45,7 @@ jobs: - name: Install node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: pnpm install uses: Wandalen/wretry.action@master @@ -71,7 +71,7 @@ jobs: - name: Install node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: pnpm install uses: Wandalen/wretry.action@master diff --git a/.github/workflows/nightly-update-source-languages.yaml b/.github/workflows/nightly-update-source-languages.yaml index 053917fd77..4b14c65c69 100644 --- a/.github/workflows/nightly-update-source-languages.yaml +++ b/.github/workflows/nightly-update-source-languages.yaml @@ -23,7 +23,7 @@ jobs: - name: Install node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: pnpm install uses: Wandalen/wretry.action@master diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 0f478d87d1..3b70b754ca 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -122,7 +122,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: Install dependencies diff --git a/.github/workflows/pull-request-commit.yml b/.github/workflows/pull-request-commit.yml index 4df326cd2f..722af1f000 100644 --- a/.github/workflows/pull-request-commit.yml +++ b/.github/workflows/pull-request-commit.yml @@ -33,7 +33,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: Ensure tracking relevant branches and checkout base @@ -123,7 +123,7 @@ jobs: - name: 🔧 Setup Node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json cache: pnpm - name: 📷 Check fingerprint and install dependencies diff --git a/.github/workflows/verify-pnpm-lock.yml b/.github/workflows/verify-pnpm-lock.yml index 366a4736a4..2d10b11a23 100644 --- a/.github/workflows/verify-pnpm-lock.yml +++ b/.github/workflows/verify-pnpm-lock.yml @@ -26,7 +26,7 @@ jobs: - name: Install node uses: actions/setup-node@v6 with: - node-version-file: .nvmrc + node-version-file: package.json - name: Reset pnpm-lock.yaml to base env: