diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 73e985b..8c6a8cc 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [18.x] + node-version: [20.x] steps: - name: Checkout repository code uses: https://gitea.com/actions/checkout@v4