create the CI #1

Open
thinkode wants to merge 38 commits from 6-create-the-ci into develop
Showing only changes of commit 6b48f1a6b0 - Show all commits

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