From f867f24abbc7d33501e6c59634433ad1b0f6a5fc Mon Sep 17 00:00:00 2001 From: Florian Hammerschmidt Date: Mon, 20 Oct 2025 23:21:35 +0200 Subject: [PATCH] Get CI node version from file --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index bc28e849b..18917e359 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -7,7 +7,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version-file: ".node-version" cache: npm - run: npm ci - run: npx rescript