We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a25374 commit f7c265eCopy full SHA for f7c265e
.github/workflows/ui.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Setup nodejs
38
uses: actions/setup-node@v4
39
with:
40
- node-version-file: .nvmrc
+ node-version-file: ${{ github.workspace }}/ui/.nvmrc
41
cache: yarn
42
43
- name: Run lint
0 commit comments