Skip to content

Commit

Permalink
build: replace .nvmrc with .node-version for better compatibility (#4657
Browse files Browse the repository at this point in the history
)
  • Loading branch information
JeevanMahesha authored Jan 6, 2025
1 parent 34d18af commit 3803550
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
File renamed without changes.

0 comments on commit 3803550

Please sign in to comment.