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 15, 2024
1 parent 2718a17 commit ac9e9bc
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/CI-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,12 @@ 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@v4
- uses: actions/checkout@v1

- name: Install dependencies
run: |
Expand Down

0 comments on commit ac9e9bc

Please sign in to comment.