diff options
Diffstat (limited to '.gitea/workflows/deploy.yml')
-rw-r--r-- | .gitea/workflows/deploy.yml | 4 |
1 files 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/ |