Skip to content

Commit

Permalink
Use .nvmrc instead of .node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhollis committed May 23, 2024
1 parent 620fbea commit 1ae222f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-bot-download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 1ae222f

Please sign in to comment.