Skip to content

Commit

Permalink
Reconfigure node-version-file to nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongwartz committed Mar 10, 2024
1 parent ade4ab2 commit 86704eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version-file: .nvmrc
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version-file: .nvmrc
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: setup-node
uses: actions/setup-node@v4
with:
node-version-file: .node-version
node-version-file: .nvmrc
cache: npm

- name: Install Dependencies
Expand Down

0 comments on commit 86704eb

Please sign in to comment.