Skip to content

Commit 8d324d2

Browse files
committed
install older node
1 parent 7eb05da commit 8d324d2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/lint.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ jobs:
2626
2727
echo '::group::Install lint tools'
2828
pip install --progress-bar=off pre-commit
29+
sudo apt-get remove nodejs
30+
sudo apt-get remove npm
31+
32+
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
33+
chmod +x ~/.nvm/nvm.sh
34+
source ~/.bashrc
35+
nvm install 16
2936
echo '::endgroup::'
3037
3138
echo '::group::Lint Python source and configs'

0 commit comments

Comments
 (0)