use package.json for node version in CI

This commit is contained in:
Samuel Newman
2026-05-28 18:25:37 +03:00
parent 8970e67abe
commit e41a6f3425
8 changed files with 12 additions and 12 deletions
@@ -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