Skip to content

Commit

Permalink
tests: Add node20 too
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt committed Sep 23, 2024
1 parent f097b56 commit c4a0c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
flatpak --user remote-add flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --user install -y flathub \
org.freedesktop.{Platform,Sdk{,.Extension.node{14,16,18}}}//22.08
org.freedesktop.{Platform,Sdk{,.Extension.node{14,16,18}}}//22.08 org.freedesktop.{Platform,Sdk{,.Extension.node20}}//24.08
- name: Install dependencies
run: poetry install
- name: Run checks
Expand Down
2 changes: 1 addition & 1 deletion node/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def provider_factory_spec(request: Any, shared_datadir: Path) -> ProviderFactory
return ProviderFactorySpec(datadir=shared_datadir, type=type)


@pytest.fixture(params=[14, 16, 18])
@pytest.fixture(params=[14, 16, 18, 20])
def node_version(request: Any) -> int:
version = request.param
assert isinstance(version, int)
Expand Down

0 comments on commit c4a0c6b

Please sign in to comment.