From 19cb443ec32101f59fb5cf4aee075f0c0d9054c0 Mon Sep 17 00:00:00 2001 From: zurdi Date: Thu, 28 May 2026 10:26:49 +0000 Subject: [PATCH] Update node version configuration to use version file for consistency --- .trunk/setup-ci/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.trunk/setup-ci/action.yaml b/.trunk/setup-ci/action.yaml index 0021cf330..3c54897ff 100644 --- a/.trunk/setup-ci/action.yaml +++ b/.trunk/setup-ci/action.yaml @@ -7,7 +7,7 @@ runs: - name: Setup node uses: actions/setup-node@v5.0.0 with: - node-version: 18 + node-version-file: frontend/.nvmrc - name: Install dependencies shell: bash