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

This commit is contained in:
2024-06-24 22:14:32 +02:00
parent 6fca17e566
commit 6b48f1a6b0

View File

@@ -5,7 +5,7 @@ jobs:
prepare:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 Installing the environment..."
- run: echo "Installing the environment..."
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run: nvm install 20
- run: node -v