From fbca39ed5deed272f95c35abc8dde63b3d722df0 Mon Sep 17 00:00:00 2001 From: toast Date: Tue, 12 Mar 2024 13:28:05 +1100 Subject: [PATCH] Workflow test-6 --- .gitea/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b302ee0..bb959c8 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -7,13 +7,6 @@ jobs: build: runs-on: rust-ci steps: - - name: Install Node21 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 - with: - node-version: 21.7.1 - check-latest: false - architecture: x64 - - name: Set up Docker environment run: | apt update && apt upgrade -y && apt install -y apt-transport-https ca-certificates curl zstd gnupg lsb-release