From 9d821cd662057e62df91cd192f29e2fdff34eaa2 Mon Sep 17 00:00:00 2001 From: c-d-p Date: Wed, 30 Apr 2025 20:45:36 +0200 Subject: [PATCH] revert as using custom image for node --- .gitea/workflows/deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 4f7d5fa..14d6eaf 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -28,11 +28,6 @@ jobs: name: Run Linters and Tests runs-on: ubuntu-latest steps: - # Sets up Node - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: '21' # Checks out the repo under $GITHUB_WORKSPACE - name: Checkout code uses: actions/checkout@v4