commit
This commit is contained in:
@@ -5,7 +5,7 @@ on:
|
|||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASH_ENV: ~/.profile
|
BASH_ENV: /root/.profile
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -31,12 +31,6 @@ jobs:
|
|||||||
runs-on: homesrv
|
runs-on: homesrv
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Check node version
|
|
||||||
run: |
|
|
||||||
export NVM_DIR="/usr/bin/node"
|
|
||||||
. ~/.profile
|
|
||||||
node -v
|
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download build artifacts
|
- name: Download build artifacts
|
||||||
|
|||||||
Reference in New Issue
Block a user