Skip to content

Commit

Permalink
fix: use node 20.8.1 for semantic-release [] (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolton-contentful authored Feb 27, 2024
1 parent c02e0cb commit 02f2cf6
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 @@ -61,7 +61,7 @@ jobs:
- vault/get-secrets:
template-preset: "semantic-release-ecosystem"
- node/install:
node-version: "18"
node-version: "20.8.1"
- setup-npm
- run: npm ci
- run:
Expand Down

0 comments on commit 02f2cf6

Please sign in to comment.