Skip to content

Commit

Permalink
Update CI-ubuntu.yml [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad authored Dec 4, 2024
1 parent 12d8e65 commit 91f5e38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/CI-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ jobs:
image: ubuntu:18.04

steps:
- name: Use node 16
run: |
apt update && apt -y install wget
touch "$HOME/.bashrc"
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
nvm install 16.9.1
- name: Check free space
run: |
df -h
Expand Down

0 comments on commit 91f5e38

Please sign in to comment.