Skip to content

Commit

Permalink
fix node-version-file
Browse files Browse the repository at this point in the history
  • Loading branch information
AleDore committed Dec 5, 2023
1 parent c37048c commit e835219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c #v3.6.0
with:
node-version-file: '.node-version'
node-version-file: '.nvmrc'
cache: 'yarn'

- name: Install dependencies
Expand Down

0 comments on commit e835219

Please sign in to comment.