Skip to content

Commit

Permalink
Merge pull request #2 from francescopisu/dev
Browse files Browse the repository at this point in the history
(fix): fix circleci config
  • Loading branch information
francescopisu authored Oct 24, 2022
2 parents df25756 + 46029ea commit 0d43c65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ version: 2.1
executors:
python-3-9-6:
docker:
- image: circleci/python:3.9.6
- image: cimg/python:3.9.6
node-docker:
docker:
- image: circleci/node:17.6.0
- image: cimg/node:17.6.0

orbs:
python: circleci/[email protected]
Expand Down

0 comments on commit 0d43c65

Please sign in to comment.