Use 'server/.nvmrc' for fix-format.yml GHA

This commit is contained in:
midzelis 2025-08-10 15:04:17 +00:00
parent c1306bb5e7
commit c7ac088d5d

View File

@ -31,7 +31,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version-file: './.github/.nvmrc'
node-version-file: './server/.nvmrc'
cache: 'pnpm'
cache-dependency-path: '**/pnpm-lock.yaml'