File tree Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Expand file tree Collapse file tree 5 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments