Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Dec 6, 2024
1 parent a9ba806 commit b2fc7c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,18 @@ jobs:
git config --global --add safe.directory $GITHUB_WORKSPACE
fi
- name: Run on old node
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 14.21.3
# node 14 is now available.
- name: Chcekout
uses: actions/checkout@v3.0.2
uses: actions/checkout@v4

- name: Start X server
run: |
Expand Down

0 comments on commit b2fc7c3

Please sign in to comment.