Skip to content

Commit

Permalink
install older node
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed May 26, 2023
1 parent 7eb05da commit 8d324d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
echo '::group::Install lint tools'
pip install --progress-bar=off pre-commit
sudo apt-get remove nodejs
sudo apt-get remove npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
chmod +x ~/.nvm/nvm.sh
source ~/.bashrc
nvm install 16
echo '::endgroup::'
echo '::group::Lint Python source and configs'
Expand Down

0 comments on commit 8d324d2

Please sign in to comment.