Update .gitea/workflows/cd-deploy.yaml
All checks were successful
Continuous Deployment / Update Deployment (push) Successful in 3m20s
All checks were successful
Continuous Deployment / Update Deployment (push) Successful in 3m20s
fix syntax
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user