From b0b40e7b903576d1323762fac8bd8bddd16d8f11 Mon Sep 17 00:00:00 2001 From: sarmstrong Date: Mon, 27 Jul 2026 17:03:24 +0300 Subject: [PATCH] Update node image node:22 --- .gitea/workflows/loop-plugin-with-marketplace-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/loop-plugin-with-marketplace-template.yml b/.gitea/workflows/loop-plugin-with-marketplace-template.yml index af1c05c..44be30c 100644 --- a/.gitea/workflows/loop-plugin-with-marketplace-template.yml +++ b/.gitea/workflows/loop-plugin-with-marketplace-template.yml @@ -29,7 +29,7 @@ on: jobs: release: name: release - runs-on: ubuntu-22.04 + runs-on: node-22 steps: - name: ci/checkout-repo uses: actions/checkout@v3