Skip to content

Commit

Permalink
Update BN (#645)
Browse files Browse the repository at this point in the history
* Update BN and BJS versions

* xcode version

* xcode 15.0.1

* bjs version, arcana path fix

* bgfx.cmake

* node 12 ???
  • Loading branch information
CedricGuillemet authored May 24, 2024
1 parent 197fe21 commit 17b16ca
Show file tree
Hide file tree
Showing 29 changed files with 13,223 additions and 8,733 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
type: string
xcode-version:
type: string
default: '13.4.1'
default: '15.0.1'

jobs:
Build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '12.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@babylonjs'
- name: Version & Publish Package @babylonjs/react-native
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
- name: Setup Node.js
uses: actions/[email protected]
with:
node-version: '12.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
scope: '@babylonjs'
- name: Version & Publish Package @babylonjs/react-native
Expand Down
32 changes: 16 additions & 16 deletions Apps/PackageTest/0.63.1/package-lock.json

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

2 changes: 1 addition & 1 deletion Apps/PackageTest/0.63.1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@babylonjs/core": "6.14.0",
"@babylonjs/core": ">=5.53.1",
"@babylonjs/react-native": "^1.4.1",
"react": "16.13.1",
"react-native": "0.63.1",
Expand Down
Loading

0 comments on commit 17b16ca

Please sign in to comment.