Update .gitea/workflows/cd-deploy.yaml
All checks were successful
Continuous Deployment / Update Deployment (push) Successful in 3m20s

fix syntax
This commit is contained in:
2025-12-09 20:31:38 -06:00
parent ec854c6800
commit 6d544225d9

View File

@@ -17,10 +17,12 @@ jobs:
groupadd -g 989 nginx || true
useradd nginx -u 990 -g nginx -m || true
- name: Verify Node Environment
- name: Update Node Environment
uses: actions/setup-node@v6
with:
node-version: 20.19
- name: Verify Node Environment
run: |
which npm
npm -v