commit
This commit is contained in:
@@ -14,6 +14,20 @@ jobs:
|
|||||||
image: node:20-slim
|
image: node:20-slim
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Debug PATH
|
||||||
|
run: |
|
||||||
|
whoami
|
||||||
|
echo $SHELL
|
||||||
|
echo $PATH
|
||||||
|
which node || true
|
||||||
|
|
||||||
|
- name: Load NVM and Node
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
export NVM_DIR="/root/.nvm"
|
||||||
|
source "$NVM_DIR/nvm.sh"
|
||||||
|
node -v
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build Vite app
|
- name: Build Vite app
|
||||||
@@ -31,10 +45,6 @@ jobs:
|
|||||||
runs-on: homesrv
|
runs-on: homesrv
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Check node version
|
|
||||||
run: |
|
|
||||||
whoami
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user