From 5c657a60ac73cfccec0401425dd8e849f174b9a2 Mon Sep 17 00:00:00 2001 From: bdizen Date: Tue, 26 Nov 2024 14:03:10 +0200 Subject: [PATCH] Remove setup node --- .gitea/workflows/deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3f03f1e..d8c2b1f 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,9 +10,6 @@ jobs: run: working-directory: /root/homepage steps: - - uses: actions/setup-node@v4 - with: - node-version: '16' - name: Check dockerfile existence id: docker-compose-exist run: |