From 2c5831c68335328a1faa805adc40d27276b57724 Mon Sep 17 00:00:00 2001 From: christian Date: Sun, 12 May 2024 07:29:02 +0200 Subject: [PATCH] fixed cinow? --- .gitea/workflows/pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 9f77082..1899dd6 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -19,6 +19,7 @@ jobs: # sort_keys: false - name: Check out repository code 🛎️ uses: actions/checkout@v4 + - name: Set up node 20 uses: actions/setup-node@v4 with: node-version: 20