From 206dd688acadde1ff08907481ab0a9d28f7ee295 Mon Sep 17 00:00:00 2001 From: christian Date: Sun, 12 May 2024 07:27:11 +0200 Subject: [PATCH] fixed ci --- .gitea/workflows/pipeline.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index c0d67ab..9f77082 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -19,7 +19,9 @@ jobs: # sort_keys: false - name: Check out repository code 🛎️ uses: actions/checkout@v4 - + uses: actions/setup-node@v4 + with: + node-version: 20 - name: Set up Docker Buildx 🚀 uses: docker/setup-buildx-action@v3