Skip to content

Commit

Permalink
PMM-11231 Update working directory for node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matejkubinec committed Mar 18, 2024
1 parent 6a25374 commit f7c265e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup nodejs
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
node-version-file: ${{ github.workspace }}/ui/.nvmrc
cache: yarn

- name: Run lint
Expand Down

0 comments on commit f7c265e

Please sign in to comment.