Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zihejia committed May 9, 2024
1 parent 12db34a commit 09b1e12
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-java@v4
with:
distribution: "temurin" # See 'Supported distributions' for available options
java-version: "8"
- run: npm install
- run: npm install -g react-native-cli
- run: npm i react-native-gradle-plugin
Expand Down

0 comments on commit 09b1e12

Please sign in to comment.