create the CI #1

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

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