Skip to content

Commit f7c265e

Browse files
committed
PMM-11231 Update working directory for node setup
1 parent 6a25374 commit f7c265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Setup nodejs
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version-file: .nvmrc
40+
node-version-file: ${{ github.workspace }}/ui/.nvmrc
4141
cache: yarn
4242

4343
- name: Run lint

0 commit comments

Comments
 (0)