refresh
Some checks failed
Build software / prepare (push) Failing after 14s

This commit is contained in:
2024-06-24 22:18:30 +02:00
parent 6b48f1a6b0
commit 99ef81801c

View File

@@ -5,8 +5,9 @@ jobs:
prepare:
runs-on: ubuntu-latest
steps:
- run: echo "Installing the environment..."
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- name: Installing NodeJS...
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run: export NVM_DIR="$HOME/.nvm"
- run: nvm install 20
- run: node -v
- run: npm -v