Skip to content

Commit

Permalink
ci: update release job to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Apr 29, 2024
1 parent cf02d22 commit 76e50ea
Show file tree
Hide file tree
Showing 3 changed files with 1,356 additions and 822 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ jobs:
type: boolean
default: true
docker:
# TODO: Try to fix. Hack because npm publish + semantic-release is not working as before with 18.10 node version
- image: cimg/node:16.13
- image: cimg/node:20.11
steps:
- add_ssh_keys:
fingerprints:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"prettier": "3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-release": "18.0.1",
"semantic-release": "23.0.8",
"sort-package-json": "2.1.0",
"storybook": "7.6.17",
"stylelint": "16.2.1",
Expand Down

0 comments on commit 76e50ea

Please sign in to comment.