We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91af73 commit fc02988Copy full SHA for fc02988
.github/workflows/check.yml
@@ -33,6 +33,15 @@ jobs:
33
- uses: actions/setup-node@v4
34
with:
35
node-version: lts/jod
36
+ - name: Set up JDK 17
37
+ uses: actions/setup-java@v3
38
+ with:
39
+ java-version: "17"
40
+ distribution: "temurin"
41
+ - name: Setup Android SDK
42
+ uses: android-actions/setup-android@v3
43
+ # Version here should match the one in React Native template and packages/react-native-node-api-cmake/src/cli.ts
44
+ - run: sdkmanager --install "ndk;27.1.12297006"
45
- run: npm ci
46
- run: npm run build
47
- run: npm run build-weak-node-api --workspace react-native-node-api-modules
0 commit comments