Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .circleci/config.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .circleci/src/jobs/build_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
enum: [integreat, malte, integreat-test-cms, malte-test-cms, aschaffenburg, obdach]
default: integreat
docker:
- image: cimg/node:22.21.1
- image: cimg/node:24.18.1
resource_class: medium
environment:
TOTAL_CPUS: 2 # For resource_class medium
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
type: boolean
default: false
docker:
- image: cimg/node:22.21.1
- image: cimg/node:24.18.1
resource_class: small
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Run checks and tests.
docker:
- image: cimg/node:22.21.1
- image: cimg/node:24.18.1
resource_class: medium
environment:
TOTAL_CPUS: 2 # For resource_class medium
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/deliver_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
enum: [production, beta, webnext, future]
type: enum
docker:
- image: cimg/node:22.21.1
- image: cimg/node:24.18.1
resource_class: small
shell: /bin/bash -eo pipefail
steps:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/e2e_web.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
- image: cimg/node:22.21.1-browsers
- image: cimg/node:24.18.1-browsers
- image: selenium/standalone-chrome
resource_class: medium
shell: /bin/bash -eo pipefail
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/notify_promotion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parameters:
enum: [all, web, native]
default: all
docker:
- image: cimg/node:22.21.1
- image: cimg/node:24.18.1
resource_class: small
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/notify_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
enum: [all, web, native]
default: all
docker:
- image: cimg/node:22.21.1
- image: cimg/node:24.18.1
resource_class: small
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion .circleci/src/jobs/promote_web.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
- image: cimg/node:22.21.1
- image: cimg/node:24.18.1
resource_class: small
shell: /bin/bash -eo pipefail
steps:
Expand Down

This file was deleted.

19 changes: 0 additions & 19 deletions .yarn/patches/react-native-npm-0.84.1-edb3124e38.patch

This file was deleted.

Binary file modified native/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion native/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
3 changes: 0 additions & 3 deletions native/android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion native/android/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 14 additions & 15 deletions native/ios/Integreat.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading