Skip to content

Commit

Permalink
[Feat] Realm 12.6.1 (#32)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
iBotPeaches authored Feb 28, 2024
1 parent 118a58d commit 9df6a70
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18
cache: 'npm'
registry-url: 'https://registry.npmjs.org'

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ This means it's very crucial to respect to select the proper version and respect

| Queue Version | Realm Version | React Native | Hermes Support |
|---------------|---------------|--------------|----------------|
| 2.3.0 | 12.6.1 | => 0.71.4 | Yes |
| 2.2.0 | 11.10.1 | => 0.71.4 | Yes |
| 2.1.1 | 11.5.2 | => 0.71.4 | Yes |
| 2.1.0 | 11.5.1 | => 0.71.0 | Yes |
Expand Down
50 changes: 37 additions & 13 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"promise-reflect": "^1.1.0",
"react-native-uuid": "^2.0.1",
"realm": "^12.5.0"
"realm": "^12.6.1"
},
"devDependencies": {
"@babel/core": "^7.17.9",
Expand Down

0 comments on commit 9df6a70

Please sign in to comment.