From 08ebba891878e95708b31917a513eec08f9b06c3 Mon Sep 17 00:00:00 2001 From: luxferre Date: Mon, 8 Jun 2026 14:41:58 +0100 Subject: [PATCH] ci: node installation within container --- .forgejo/workflows/publish.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index e6cc3d3..5f6db77 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -11,9 +11,7 @@ jobs: container: image: ghcr.io/astral-sh/uv:alpine steps: - - uses: actions/setup-node@v4 - with: - node-version: '20' + - run: apk add --no-cache nodejs npm - uses: actions/checkout@v4 with: submodules: true