From 70c151358b12eee46a91cba2c8cbaf5aeb6bb5ae Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sat, 26 Oct 2024 12:15:21 +0200 Subject: [PATCH] Updated deploy --- src/.gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.gitea/workflows/deploy.yml b/src/.gitea/workflows/deploy.yml index 997b909..1ea2234 100644 --- a/src/.gitea/workflows/deploy.yml +++ b/src/.gitea/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: - name: Use Nodejs uses: actions/setup-node@v3 with: - node-version: 18 + node-version: 20 - run: npm install - run: npm run build