We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41292ce commit c19faf9Copy full SHA for c19faf9
2 files changed
.github/workflows/release.yml
@@ -46,7 +46,6 @@ jobs:
46
with:
47
node-version: 22
48
registry-url: "https://registry.npmjs.org"
49
- cache: pnpm
50
51
- name: Determine version
52
id: version
.github/workflows/update-supabase-js.yml
@@ -37,7 +37,6 @@ jobs:
37
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
38
39
node-version: "22"
40
41
42
- name: Update @supabase/supabase-js
43
run: |
0 commit comments