Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 527918c

Browse files
authored
Merge branch 'master' into next
2 parents 7b2d888 + 176ccab commit 527918c

File tree

7 files changed

+766
-279
lines changed

7 files changed

+766
-279
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: CI
22

33
on:
4+
pull_request:
5+
branches:
6+
- master
7+
- next
8+
- rc
49
push:
510
branches:
611
- master
@@ -25,8 +30,7 @@ jobs:
2530
uses: actions/setup-node@v2
2631
with:
2732
node-version: ${{ matrix.node }}
28-
29-
- name: Run tests
33+
- name: Run CI steps
3034
run: |
3135
npm ci
32-
npm t
36+
npm run ci

example/package-lock.json

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

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@supabase/realtime-js": "file:..",
12-
"next": "^14.1.1",
12+
"next": "^14.2.10",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0"
1515
},

0 commit comments

Comments
 (0)