Skip to content

Commit

Permalink
feat(deps): update semantic-release to 23.1.1 (#849)
Browse files Browse the repository at this point in the history
update release job to run under node-version 20.13.1
  • Loading branch information
MikeMcC399 authored Jun 25, 2024
1 parent c8643a9 commit b2c085d
Show file tree
Hide file tree
Showing 3 changed files with 1,324 additions and 2,139 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,12 @@ jobs:
cypress-command: 'npx cypress run --record --group Mac build'

release:
executor: cypress/default
executor:
name: cypress/default
node-version: '20.13.1'
steps:
- checkout
- run: npx semantic-release@21.1.2
- run: npx semantic-release@23.1.1

workflows:
win-build:
Expand Down
Loading

0 comments on commit b2c085d

Please sign in to comment.