From 4813ea6cb887d9fa59218e81ca3aa993ae4a8606 Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Thu, 27 Mar 2025 11:45:34 +0000 Subject: [PATCH] Lables --- .gitea/workflows/workflow.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/workflow.yaml b/.gitea/workflows/workflow.yaml index d830948..d44cd4c 100644 --- a/.gitea/workflows/workflow.yaml +++ b/.gitea/workflows/workflow.yaml @@ -16,8 +16,9 @@ jobs: - workingdir: ./backend - workingdir: ./frontend steps: - - uses: https://github.com/actions/checkout@v4 - - name: Use Node.js + - name: Checkout + uses: https://github.com/actions/checkout@v4 + - name: Use Node.js 18.19 uses: https://github.com/actions/setup-node@v3 with: node-version: '18.19'