This commit is contained in:
2024-06-24 22:19:53 +02:00
parent 99ef81801c
commit c6f9c7b896

View File

@@ -8,6 +8,8 @@ jobs:
- name: Installing NodeJS... - name: Installing NodeJS...
run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
- run: export NVM_DIR="$HOME/.nvm" - run: export NVM_DIR="$HOME/.nvm"
- run: [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
- run: [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"
- run: nvm install 20 - run: nvm install 20
- run: node -v - run: node -v
- run: npm -v - run: npm -v