Skip to content

Commit d9aae34

Browse files
committed
fix: node version issues
1 parent 5635d40 commit d9aae34

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111

1212
- uses: actions/setup-node@v4
1313
with:
14-
node-version: 20
14+
node-version: 24
1515
cache: 'pnpm'
1616
cache-dependency-path: |
1717
**/pnpm-lock.yaml

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: '20.18.1'
31+
node-version: '24'
3232
cache: 'pnpm'
3333

3434
- name: Setup Atlas

.github/workflows/type-test-health.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '24'
3131
cache: 'pnpm'
3232

3333
- name: Install dependencies

pkgs/client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"options": {
6666
"cwd": "{projectRoot}",
6767
"commands": [
68-
"supabase status || (echo \"Starting Supabase...\" && supabase start)"
68+
"supabase status || (echo \"Starting Supabase...\" && supabase stop --no-backup 2>/dev/null; supabase start)"
6969
],
7070
"parallel": false
7171
}

pkgs/website/.nvmrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)