Update .gitea/workflows/cd-deploy.yaml
Some checks failed
Continuous Deployment / Update Deployment (push) Failing after 1m17s
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:
@@ -18,6 +18,9 @@ jobs:
|
|||||||
useradd nginx -u 990 -g nginx -m || true
|
useradd nginx -u 990 -g nginx -m || true
|
||||||
|
|
||||||
- name: Verify Node Environment
|
- name: Verify Node Environment
|
||||||
|
uses: actions/setup-node@v6
|
||||||
|
with:
|
||||||
|
node-version: 20.19
|
||||||
run: |
|
run: |
|
||||||
which npm
|
which npm
|
||||||
npm -v
|
npm -v
|
||||||
@@ -25,7 +28,7 @@ jobs:
|
|||||||
node -v
|
node -v
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
ref: 'main'
|
ref: 'main'
|
||||||
|
|||||||
Reference in New Issue
Block a user