diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 14e78220..cc691dcd 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -20,7 +20,7 @@ jobs: build: runs-on: self-hosted container: - image: node:20 + image: node:24 steps: - uses: actions/checkout@v4 @@ -51,7 +51,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: self-hosted container: - image: node:20 + image: node:24 needs: build steps: - name: Deploy to GitHub Pages diff --git a/.github/workflows/ocr-review.yml b/.github/workflows/ocr-review.yml index 4ffcc22d..6d96fc6c 100644 --- a/.github/workflows/ocr-review.yml +++ b/.github/workflows/ocr-review.yml @@ -5,7 +5,6 @@ # # Triggers: # - PR opened (uses pull_request_target for fork secret access) -# - Comment on PR containing '/open-code-review' or '@open-code-review' # # Required secrets: # OCR_LLM_URL - LLM API endpoint (e.g., https://api.openai.com/v1/chat/completions) @@ -63,7 +62,7 @@ jobs: code-review: runs-on: self-hosted container: - image: node:20 + image: node:24 if: github.event_name == 'pull_request_target' steps: - name: Checkout repository diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d75b028f..15b5ee19 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -149,7 +149,7 @@ jobs: needs: release runs-on: self-hosted container: - image: node:20 + image: node:24 permissions: contents: read steps: