From ebe34e175014fbcf770a1ab87153cb2530d5a7b2 Mon Sep 17 00:00:00 2001 From: ArthurErlich Date: Tue, 17 Mar 2026 21:52:18 +0100 Subject: [PATCH] fix: remove redundant Node installation steps from export jobs in release workflow --- .gitea/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 938eedc..5642600 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,10 +17,6 @@ jobs: runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 container: barichello/godot-ci:4.3 steps: - - name: Node - run: | - apt-get update -qq - apt-get install -y -qq - name: Checkout uses: actions/checkout@v6 with: @@ -48,10 +44,6 @@ jobs: runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 container: barichello/godot-ci:4.3 steps: - - name: Node - run: | - apt-get update -qq - apt-get install -y -qq - name: Checkout uses: actions/checkout@v6 with: @@ -111,10 +103,6 @@ jobs: runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4 container: barichello/godot-ci:4.3 steps: - - name: Node - run: | - apt-get update -qq - apt-get install -y -qq - name: Checkout uses: actions/checkout@v6 with: