diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fc1a8eb37..8d43c4253f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -66,7 +66,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -82,7 +82,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -98,7 +98,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 206567a244..06e3c95975 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -68,7 +68,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -84,7 +84,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive @@ -100,7 +100,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-node@v4 with: - node-version-file: .nvmrc + node-version-file: .node-version cache: 'yarn' cache-dependency-path: 'yarn.lock' - run: yarn --frozen-lockfile --non-interactive diff --git a/.nvmrc b/.node-version similarity index 100% rename from .nvmrc rename to .node-version