diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 329d897ce..ddcc45863 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v6 with: - node-version: 24.14.1 + node-version: 24.15.0 - run: npm install - run: npm run build diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index ea4e35213..2bd45e2d2 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -20,7 +20,7 @@ jobs: - name: Use Node.js LTS 20.19.5 uses: actions/setup-node@v6 with: - node-version: 24.14.1 + node-version: 24.15.0 - name: Install dependencies run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo