From 754ec346b5a1e96a16faff130c3ee7747a0ba4bd Mon Sep 17 00:00:00 2001 From: Bart Louwers Date: Wed, 26 Feb 2025 10:39:37 +0100 Subject: [PATCH] Update CMake version Node.js --- .github/workflows/node-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index 3514ea0383d..44d3f639fb9 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -167,7 +167,7 @@ jobs: if: ${{contains(runner.name, 'GitHub Actions')}} uses: jwlawson/actions-setup-cmake@v2 with: - cmake-version: '3.29.2' + cmake-version: '3.31' - name: cmake version run: |