diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc66cbc..88fe90f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup Node uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 with: - node-version: "24.16.0" + node-version: "24.17.0" cache: "npm" - name: Install Dependencies