Skip to content

Commit

Permalink
EBR-90: add node version to build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Aug 27, 2024
1 parent 37e578d commit eb22d56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
fail-fast: false
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
node-version: ["20.x"]

steps:
- name: Checkout
Expand All @@ -28,7 +29,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1

- name: Install dependencies
run: python -m pip install -U "jupyterlab>=4.0.0,<5" ebrains-drive pytest pytest-mock pytest-jupyter pytest_tornasync pytest-cov
run: python -m pip install -U "jupyterlab>=4.0.0,<5" ebrains-drive pytest pytest-mock "pytest-jupyter[server]>=0.6.0" pytest_tornasync pytest-cov

- name: Lint the extension
run: |
Expand Down

0 comments on commit eb22d56

Please sign in to comment.