From 1a67c77d9d318f7e1b9653893fd08efbc6f6a3fa Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 11 Sep 2024 19:33:47 +0000 Subject: Update node version in deploy workflow --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 1b9d998..0fe9d59 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -9,10 +9,10 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 22 - run: npm ci - run: npm run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v3 with: name: website path: dist/ -- cgit v1.2.3