Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoff Kendal committed Jan 31, 2024
1 parent d8b7f57 commit 99e34d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ jobs:
uses: actions/checkout@v4

- name: Get nodejs version
working-directory: frontend
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: 'frontend/.nvmrc'

- name: Install dependencies
working-directory: frontend
Expand Down

0 comments on commit 99e34d9

Please sign in to comment.