Skip to content

Commit 9df6a70

Browse files
authored
[Feat] Realm 12.6.1 (#32)
* build: jump to realm v12.6.1 * docs: document new realm version * build: migrate to node 18/20 * build: move publish job to node 18
1 parent 118a58d commit 9df6a70

File tree

5 files changed

+41
-16
lines changed

5 files changed

+41
-16
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
node-version: [16.x, 18.x]
11+
node-version: [18.x, 20.x]
1212

1313
steps:
1414
- uses: actions/checkout@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup node
1616
uses: actions/setup-node@v3
1717
with:
18-
node-version: 14
18+
node-version: 18
1919
cache: 'npm'
2020
registry-url: 'https://registry.npmjs.org'
2121

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This means it's very crucial to respect to select the proper version and respect
4242

4343
| Queue Version | Realm Version | React Native | Hermes Support |
4444
|---------------|---------------|--------------|----------------|
45+
| 2.3.0 | 12.6.1 | => 0.71.4 | Yes |
4546
| 2.2.0 | 11.10.1 | => 0.71.4 | Yes |
4647
| 2.1.1 | 11.5.2 | => 0.71.4 | Yes |
4748
| 2.1.0 | 11.5.1 | => 0.71.0 | Yes |

package-lock.json

Lines changed: 37 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"dependencies": {
3838
"promise-reflect": "^1.1.0",
3939
"react-native-uuid": "^2.0.1",
40-
"realm": "^12.5.0"
40+
"realm": "^12.6.1"
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.17.9",

0 commit comments

Comments
 (0)