forked from DMXStage/dmxconnect
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user