Skip to content

Commit a7621e6

Browse files
committed
feat: install temp realtime
1 parent 04a1397 commit a7621e6

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,8 @@ on:
99
workflow_dispatch:
1010

1111
jobs:
12-
test:
13-
uses: ./.github/workflows/ci.yml
14-
1512
release:
1613
name: Release / Node ${{ matrix.node }}
17-
needs: test
1814
strategy:
1915
matrix:
2016
node: ['20']

package-lock.json

Lines changed: 4 additions & 4 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
@@ -54,7 +54,7 @@
5454
"@supabase/functions-js": "2.4.5",
5555
"@supabase/node-fetch": "2.6.15",
5656
"@supabase/postgrest-js": "1.21.3",
57-
"@supabase/realtime-js": "2.15.1",
57+
"@supabase/realtime-js": "^2.15.3-next.1",
5858
"@supabase/storage-js": "^2.10.4"
5959
},
6060
"devDependencies": {

0 commit comments

Comments
 (0)