From 8067c03654a4b16df89b8bcf7397b0f747189bd4 Mon Sep 17 00:00:00 2001 From: Ade9 Date: Mon, 2 Mar 2026 15:55:15 +0200 Subject: [PATCH] apt node somesuch --- .forgejo/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index bacb727..39181e3 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -15,6 +15,8 @@ jobs: container: image: barichello/godot-ci:mono-4.6.1 steps: + - name: apt + run: apt-get update && apt-get install -y nodejs npm - name: Checkout uses: actions/checkout@v4 with: @@ -43,6 +45,8 @@ jobs: container: image: barichello/godot-ci:mono-4.6.1 steps: + - name: apt + run: apt-get update && apt-get install -y nodejs npm - name: Checkout uses: actions/checkout@v4 with: