update to include node installation
Some checks failed
ChromeTests / build (3.12) (push) Failing after 3s
EdgeTests / build (3.12) (push) Successful in 58s
Pylint / build (3.12) (push) Successful in 10s

This commit is contained in:
Greg Gauthier 2024-07-24 12:39:32 +01:00
parent 8340e192c9
commit 9de744e0fe

View File

@ -12,6 +12,13 @@ jobs:
CHROMEDRIVER_VERSION: 113.0.5672.63
CHROME_VERSION: 113.0.5672.0
steps:
- name: Install Node 20
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
node -v
npm -v
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3