Skip to content

Commit 17b16ca

Browse files
Update BN (#645)
* Update BN and BJS versions * xcode version * xcode 15.0.1 * bjs version, arcana path fix * bgfx.cmake * node 12 ???
1 parent 197fe21 commit 17b16ca

29 files changed

+13223
-8733
lines changed

.github/workflows/ios_android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
type: string
1212
xcode-version:
1313
type: string
14-
default: '13.4.1'
14+
default: '15.0.1'
1515

1616
jobs:
1717
Build:

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
- name: Setup Node.js
170170
uses: actions/[email protected]
171171
with:
172-
node-version: '12.x'
172+
node-version: '18.x'
173173
registry-url: 'https://registry.npmjs.org'
174174
scope: '@babylonjs'
175175
- name: Version & Publish Package @babylonjs/react-native

.github/workflows/publish_preview.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185
- name: Setup Node.js
186186
uses: actions/[email protected]
187187
with:
188-
node-version: '12.x'
188+
node-version: '18.x'
189189
registry-url: 'https://registry.npmjs.org'
190190
scope: '@babylonjs'
191191
- name: Version & Publish Package @babylonjs/react-native

Apps/PackageTest/0.63.1/package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/PackageTest/0.63.1/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"dependencies": {
13-
"@babylonjs/core": "6.14.0",
13+
"@babylonjs/core": ">=5.53.1",
1414
"@babylonjs/react-native": "^1.4.1",
1515
"react": "16.13.1",
1616
"react-native": "0.63.1",

0 commit comments

Comments
 (0)