Skip to content

Commit

Permalink
Fix nvm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent 28f4c77 commit d6484e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: 'Mobile-Expensify/react-native/.nvmrc'
cache: npm

- name: Install node modules
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: 'Mobile-Expensify/react-native/.nvmrc'
cache: npm

- name: Install node modules
Expand Down

0 comments on commit d6484e3

Please sign in to comment.