Skip to content

Commit b2c085d

Browse files
authored
feat(deps): update semantic-release to 23.1.1 (#849)
update release job to run under node-version 20.13.1
1 parent c8643a9 commit b2c085d

File tree

3 files changed

+1324
-2139
lines changed

3 files changed

+1324
-2139
lines changed

Diff for: .circleci/config.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ jobs:
147147
cypress-command: 'npx cypress run --record --group Mac build'
148148

149149
release:
150-
executor: cypress/default
150+
executor:
151+
name: cypress/default
152+
node-version: '20.13.1'
151153
steps:
152154
- checkout
153-
- run: npx semantic-release@21.1.2
155+
- run: npx semantic-release@23.1.1
154156

155157
workflows:
156158
win-build:

0 commit comments

Comments
 (0)