From 2b8bd62757ae8786c3b4992113c5dbf37ed6d04a Mon Sep 17 00:00:00 2001 From: Ken Date: Wed, 27 May 2026 23:48:18 +0000 Subject: [PATCH] fix: run in node:22 container (runner lacks Node.js) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier) Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com> --- .gitea/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4c71609..52b5d61 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -8,6 +8,8 @@ on: jobs: deploy: runs-on: ubuntu-latest + container: + image: node:22 steps: - name: Checkout run: git clone --depth 1 --branch main https://git.ampbox.io/${{ github.repository }}.git .