update to include node installation
This commit is contained in:
parent
8340e192c9
commit
9de744e0fe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user