diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 744dbfa61..9c75d4a4d 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.13.0 + node-version: 24.13.1 - run: npm install - run: npm run build diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index 3bd71a52d..b444a49ee 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.13.0 + node-version: 24.13.1 - name: Install dependencies run: npm ci --engine-strict # --engine-strict is used to fail-fast if deps require node versions unsupported by the repo