Skip to content

Commit 1fb79a0

Browse files
committed
fix: android ci
1 parent 257e75f commit 1fb79a0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- name: Install Dependencies
117117
run: pnpm install
118118
- name: Build android
119-
run: cd example && pnpm build:android
119+
run: cd example && NODE_OPTIONS="--openssl-legacy-provider" pnpm build:android
120120
- name: Build Android Example App and Library
121121
run: cd example/android && ./gradlew clean assembleDebug
122122
ios:
@@ -145,6 +145,6 @@ jobs:
145145
- name: Install Dependencies
146146
run: pnpm install
147147
- name: Build ios
148-
run: cd example && pnpm build:ios
148+
run: cd example && NODE_OPTIONS="--openssl-legacy-provider" pnpm build:ios
149149
- name: Pod install
150150
run: cd example && pod install --project-directory=ios

example/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@
3434
},
3535
"jest": {
3636
"preset": "react-native"
37-
},
38-
"volta": {
39-
"node": "16.20.1"
4037
}
4138
}

0 commit comments

Comments
 (0)