diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96f8ba1d5..4225a4166 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Install Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 24.15.0 + node-version: 24.18.0 - name: Install dependencies run: npm ci --ignore-scripts