echo NVM_DIR
Some checks failed
Build and deploy website / build (push) Failing after 2s
Build and deploy website / deploy (push) Failing after 2s

This commit is contained in:
Martin Berg Alstad 2024-09-28 12:43:37 +02:00
parent cf17796009
commit 7363742a29

View File

@ -19,6 +19,7 @@ jobs:
export NVM_DIR="/opt/gitea_runner/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
echo $NVM_DIR
- name: Setup Node
run: nvm install latest && nvm use latest && npm install -g pnpm
- name: Check out repository code