diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index e0c55cb..be9b0ff 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,7 +12,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: "24" + node-version: "24.13.0" - name: Install dependencies run: npm ci