Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CM-807: Upgrade build dependencies #5

Merged
merged 13 commits into from
Jun 29, 2023
27 changes: 1 addition & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ orbs:
parameters:
node_version:
type: string
default: "12.22.11"
default: "18.16.0"

references:
releasable_branches: &releasable_branches
Expand Down Expand Up @@ -107,9 +107,6 @@ workflows:
type: approval
requires:
- build_and_test
filters:
branches:
only: *releasable_branches

- release:
context: live-connect
Expand All @@ -123,9 +120,6 @@ workflows:
type: approval
requires:
- build_and_test
filters:
branches:
only: *releasable_branches

- release:
context: live-connect
Expand All @@ -139,9 +133,6 @@ workflows:
type: approval
requires:
- build_and_test
filters:
branches:
only: master

- release:
context: live-connect
Expand All @@ -150,22 +141,6 @@ workflows:
requires:
- release_premajor?

- release_bump-prerelease?:
context: live-connect
type: approval
requires:
- build_and_test
filters:
branches:
only: *releasable_branches

- release:
context: live-connect
name: release_bump-prerelease
increment: "bump-prerelease"
requires:
- release_bump-prerelease?

- release_alpha->beta?:
context: live-connect
type: approval
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ local.log
coverage.lcov
driver-logs
test-resources
.idea
Loading