Skip to content

Commit 0965113

Browse files
authored
Merge pull request #1140 from contentful/fix/release
fix: use node 20 for release step in CI
2 parents e6de4f8 + 946b9cf commit 0965113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: npm run test:integration
2727
release:
2828
docker:
29-
- image: cimg/node:18.18.0
29+
- image: cimg/node:lts # semantic-release requires node 20 or higher
3030
steps:
3131
- checkout
3232
- vault/get-secrets: # Loads vault secrets

0 commit comments

Comments
 (0)