From 6b2adc9cab8def714f4ad69088cbecea4923c1ed Mon Sep 17 00:00:00 2001 From: Axel Date: Wed, 3 Dec 2025 18:48:09 +0100 Subject: [PATCH] fix: update actions to use nvmrc --- .github/actions/install/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/install/action.yml b/.github/actions/install/action.yml index c2538c4..ed61e03 100644 --- a/.github/actions/install/action.yml +++ b/.github/actions/install/action.yml @@ -13,7 +13,7 @@ runs: - name: Setup Node.js uses: actions/setup-node@v4 with: - node-version: 22 + node-version-file: '.nvmrc' cache: 'pnpm' - name: Install dependencies