diff --git a/.github/workflows/deploy-beta.yml b/.github/workflows/deploy-beta.yml index d9c140b569..11626965a1 100644 --- a/.github/workflows/deploy-beta.yml +++ b/.github/workflows/deploy-beta.yml @@ -27,7 +27,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '.nvmrc' cache: pnpm - name: Install SSH key diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 2364773596..e8ff90117a 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '.nvmrc' cache: pnpm - name: Install SSH key diff --git a/.github/workflows/i18n-bot-download.yml b/.github/workflows/i18n-bot-download.yml index 39ba4b869a..a791fcc1b9 100644 --- a/.github/workflows/i18n-bot-download.yml +++ b/.github/workflows/i18n-bot-download.yml @@ -19,7 +19,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '.nvmrc' cache: pnpm - name: Install diff --git a/.github/workflows/i18n-update.yml b/.github/workflows/i18n-update.yml index 3be90aff32..5b0b614e22 100644 --- a/.github/workflows/i18n-update.yml +++ b/.github/workflows/i18n-update.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '.nvmrc' cache: pnpm - name: Install diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 021075bf80..0d6911d047 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -25,7 +25,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '.nvmrc' cache: pnpm - name: Install diff --git a/.github/workflows/pr-test-and-lint.yml b/.github/workflows/pr-test-and-lint.yml index 6c08dc5f23..b4103afcfd 100644 --- a/.github/workflows/pr-test-and-lint.yml +++ b/.github/workflows/pr-test-and-lint.yml @@ -21,7 +21,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '.nvmrc' cache: pnpm - name: Install @@ -57,7 +57,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version-file: '.node-version' + node-version-file: '.nvmrc' cache: pnpm - name: Cache ESLint diff --git a/.node-version b/.nvmrc similarity index 100% rename from .node-version rename to .nvmrc