From 417d5b73885b8308bbe42da9a6474282179c7520 Mon Sep 17 00:00:00 2001 From: Steev Date: Tue, 3 Oct 2023 17:02:56 +0200 Subject: [PATCH] .gitea/workflows/deploy.yaml aktualisiert --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c9779de..1882c00 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,7 +14,7 @@ jobs: - name: Install build environment uses: actions/setup-node@v2 with: - node-version: 'lts' + node-version: 18 - name: Install dependencies run: npm install