Skip to content

Commit c7ac088

Browse files
committed
Use 'server/.nvmrc' for fix-format.yml GHA
1 parent c1306bb commit c7ac088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fix-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup Node
3232
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3333
with:
34-
node-version-file: './.github/.nvmrc'
34+
node-version-file: './server/.nvmrc'
3535
cache: 'pnpm'
3636
cache-dependency-path: '**/pnpm-lock.yaml'
3737

0 commit comments

Comments
 (0)