Skip to content

Commit

Permalink
Use node 20 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
naglepuff committed Dec 12, 2024
1 parent 6f77174 commit 5e85390
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ commands:
type: string
node:
type: string
default: v20
steps:
- switchpython:
version: << parameters.version >>
Expand Down Expand Up @@ -175,7 +176,6 @@ jobs:
- checkout
- allservices:
version: "3.8"
node: v16
- tox:
toxenv: test-py38
- coverage
Expand All @@ -189,7 +189,6 @@ jobs:
- checkout
- allservices:
version: "3.9"
node: v16
- tox:
toxenv: test-py39
- coverage
Expand All @@ -203,7 +202,6 @@ jobs:
- checkout
- allservices:
version: "3.10"
node: v16
- tox:
toxenv: test-py310
- coverage
Expand All @@ -217,7 +215,6 @@ jobs:
- checkout
- allservices:
version: "3.11"
node: v16
- tox:
toxenv: test-py311
- coverage
Expand All @@ -231,7 +228,6 @@ jobs:
- checkout
- allservices:
version: "3.12"
node: v16
- tox:
toxenv: test-py312
- coverage
Expand All @@ -245,7 +241,6 @@ jobs:
- checkout
- allservices:
version: "3.13"
node: v16
- tox:
toxenv: test-py313
environ: TOX_VERBOSE=4 TOX_PREFER_BINARY=1
Expand Down

0 comments on commit 5e85390

Please sign in to comment.