Update .gitea/workflows/cd-deploy.yaml
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m17s

update node version to 20 from built in 18
This commit is contained in:
2025-12-09 20:26:13 -06:00
parent 8089ee4268
commit ec854c6800

View File

@@ -18,6 +18,9 @@ jobs:
useradd nginx -u 990 -g nginx -m || true
- name: Verify Node Environment
uses: actions/setup-node@v6
with:
node-version: 20.19
run: |
which npm
npm -v
@@ -25,7 +28,7 @@ jobs:
node -v
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: 'main'