diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 60511aa..166f9c5 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -28,7 +28,7 @@ jobs: - name: Install Node.js uses: https://github.com/actions/setup-node@v4 with: - node-version: 23 + node-version: 23.11.0 cache: 'pnpm' - name: Install dependencies