Skip to content

Commit

Permalink
Merge branch 'master' into rnta-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet authored May 24, 2024
2 parents 694d81c + 17b16ca commit 82f3a59
Show file tree
Hide file tree
Showing 28 changed files with 13,222 additions and 8,732 deletions.
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 82f3a59

Please sign in to comment.