-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into android-callback-url
- Loading branch information
Showing
128 changed files
with
2,724 additions
and
1,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,8 +20,8 @@ jobs: | |
steps: | ||
|
||
- uses: actions/checkout@v4 | ||
- uses: olegtarasov/[email protected] | ||
- uses: actions/setup-node@v2 | ||
- uses: olegtarasov/[email protected].3 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
# We need to pin the version to 18.15, because 18.16+ fails with this error: | ||
# https://github.com/facebook/react-native/issues/36440 | ||
|
@@ -40,7 +40,7 @@ jobs: | |
brew install pango | ||
# See github-action-main.yml for explanation | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.11' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,8 +82,8 @@ jobs: | |
sudo apt-get install -y docker-ce docker-ce-cli containerd.io | ||
- uses: actions/checkout@v4 | ||
- uses: olegtarasov/[email protected] | ||
- uses: actions/setup-node@v2 | ||
- uses: olegtarasov/[email protected].3 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
# We need to pin the version to 18.15, because 18.16+ fails with this error: | ||
# https://github.com/facebook/react-native/issues/36440 | ||
|
@@ -109,7 +109,7 @@ jobs: | |
# Python to an earlier version. | ||
# Fixes error `ModuleNotFoundError: No module named 'distutils'` | ||
# Ref: https://github.com/nodejs/node-gyp/issues/2869 | ||
- uses: actions/setup-python@v4 | ||
- uses: actions/setup-python@v5 | ||
with: | ||
python-version: '3.11' | ||
|
||
|
@@ -183,7 +183,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- uses: actions/setup-node@v2 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '18' | ||
cache: 'yarn' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.