Skip to content

Commit

Permalink
ci: fix release docker image
Browse files Browse the repository at this point in the history
aentwist committed Sep 6, 2024
1 parent 1ce146e commit d2d3567
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,8 @@ jobs:

release:
docker:
- image: node:22.8.0-bookworm # heavy image for git (semantic-release)
# While node bookworm has python, it is of course just the system version
- image: nikolaik/python-nodejs:python3.12-nodejs22
resource_class: small
environment:
npm_config_cache: .npm

0 comments on commit d2d3567

Please sign in to comment.