Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
smistad committed Dec 10, 2024
2 parents c41e494 + 28ac5c8 commit 6b16870
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/CI-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,22 @@ 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
mv /__e/node20/bin/node /__e/node20/bin/node.bak
ln -s node /__e/node20/bin/node
- name: Check free space
run: |
df -h
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 6b16870

Please sign in to comment.