We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8643a9 commit b2c085dCopy full SHA for b2c085d
.circleci/config.yml
@@ -147,10 +147,12 @@ jobs:
147
cypress-command: 'npx cypress run --record --group Mac build'
148
149
release:
150
- executor: cypress/default
+ executor:
151
+ name: cypress/default
152
+ node-version: '20.13.1'
153
steps:
154
- checkout
- - run: npx semantic-release@21.1.2
155
+ - run: npx semantic-release@23.1.1
156
157
workflows:
158
win-build:
0 commit comments