Skip to content

Commit

Permalink
fix: use node 20 for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Sep 17, 2024
1 parent 737111b commit cfc0789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: 'cimg/node:16.8.0'
- image: 'cimg/node:20'
steps:
- checkout

Expand Down

0 comments on commit cfc0789

Please sign in to comment.