ci: maybe.. right?

This commit is contained in:
Timothy Schenk 2023-11-15 16:01:49 +01:00
parent ec03639c1c
commit a3589a7f8e

View file

@ -31,6 +31,8 @@ jobs:
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash
echo "::add-path::$HOME/.nvm" echo "::add-path::$HOME/.nvm"
export PATH="$HOME/.nvm:$PATH" export PATH="$HOME/.nvm:$PATH"
# append to bashrc
echo 'export PATH="$HOME/.nvm:$PATH"' >> ~/.bashrc
- name: Install Node - name: Install Node
run: | run: |
nvm install 18 nvm install 18