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