Skip to content

Commit

Permalink
Updated Setup Node step
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKSHMIRPILLAI committed Aug 9, 2023
1 parent e908848 commit 482c821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/super-mode-calculator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version-file: './.nvmrc'
node-version-file: './super-mode-calculator/.nvmrc'
cache: 'yarn'
working-directory: ./super-mode-calculator
cache-dependency-path: ./super-mode-calculator/yarn.lock

- name: Yarn
run: |
Expand Down

0 comments on commit 482c821

Please sign in to comment.