Skip to content

Commit 86a328d

Browse files
committed
fix: track root nvmrc
1 parent fc0092f commit 86a328d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Install Node
164164
uses: actions/setup-node@v4
165165
with:
166-
node-version-file: "unraid-ui/.nvmrc"
166+
node-version-file: ".nvmrc"
167167

168168
- uses: pnpm/action-setup@v4
169169
name: Install pnpm
@@ -287,7 +287,7 @@ jobs:
287287
- name: Install Node
288288
uses: actions/setup-node@v4
289289
with:
290-
node-version-file: "plugin/.nvmrc"
290+
node-version-file: ".nvmrc"
291291

292292
- uses: pnpm/action-setup@v4
293293
name: Install pnpm

0 commit comments

Comments
 (0)