Skip to content

Commit b2fc7c3

Browse files
committed
1 parent a9ba806 commit b2fc7c3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/config.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,18 @@ jobs:
4848
git config --global --add safe.directory $GITHUB_WORKSPACE
4949
fi
5050
51+
- name: Run on old node
52+
run: |
53+
apt update && apt -y install wget
54+
touch "$HOME/.bashrc"
55+
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
56+
export NVM_DIR="$HOME/.nvm"
57+
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"
58+
nvm install 14.21.3
59+
# node 14 is now available.
60+
5161
- name: Chcekout
52-
uses: actions/checkout@v3.0.2
62+
uses: actions/checkout@v4
5363

5464
- name: Start X server
5565
run: |

0 commit comments

Comments
 (0)