From a976c80eb819a897d8662ee222b87a465121b48e Mon Sep 17 00:00:00 2001 From: William Diakite Date: Wed, 23 Jul 2025 12:20:47 -0400 Subject: [PATCH] first set up node --- .forgejo/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index f13eaa2..62f9180 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -15,15 +15,15 @@ jobs: options: --network=host # (Optional, more below) steps: - - name: Checkout repo - uses: actions/checkout@v4 - with: - persist-credentials: false - - name: Set up Node uses: actions/setup-node@v4 with: node-version: 20 + + - name: Checkout repo + uses: actions/checkout@v4 + with: + persist-credentials: false - name: Deploy with Docker run: |