File tree Expand file tree Collapse file tree 5 files changed +36
-39
lines changed
Expand file tree Collapse file tree 5 files changed +36
-39
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3434 with :
3535 ref : main
3636
37- - name : Install dependencies
38- uses : ./.github/actions/pnpm-install
37+ - name : π¦ Setup pnpm
38+ uses : pnpm/action-setup@v4
39+
40+ - name : π’ Setup node
41+ uses : actions/setup-node@v4
42+ with :
43+ node-version : 20
44+ cache : pnpm
45+ cache-dependency-path : ./pnpm-lock.yaml
46+
47+ - name : π¦ Install dependencies
48+ run : pnpm install --frozen-lockfile
3949
4050 - name : Apply migrations (main)
4151 run : pnpm db:migrate
Original file line number Diff line number Diff line change 4141 - name : π Checkout
4242 uses : actions/checkout@v4
4343
44- - name : π Install dependencies
45- uses : ./.github/actions/pnpm-install
44+ - name : π¦ Setup pnpm
45+ uses : pnpm/action-setup@v4
46+
47+ - name : π’ Setup node
48+ uses : actions/setup-node@v4
49+ with :
50+ node-version : 20
51+ cache : pnpm
52+ cache-dependency-path : ./pnpm-lock.yaml
53+
54+ - name : π¦ Install dependencies
55+ run : pnpm install --frozen-lockfile
4656
4757 - name : ποΈ Migrate database
4858 run : pnpm db:migrate
Original file line number Diff line number Diff line change 1313 - name : π Checkout
1414 uses : actions/checkout@v4
1515
16+ - name : π¦ Setup pnpm
17+ uses : pnpm/action-setup@v4
18+
19+ - name : π’ Setup node
20+ uses : actions/setup-node@v4
21+ with :
22+ node-version : 20
23+ cache : pnpm
24+ cache-dependency-path : ./pnpm-lock.yaml
25+
1626 - name : π¦ Install dependencies
17- uses : ./.github/actions/ pnpm- install
27+ run : pnpm install --frozen-lockfile
1828
1929 - name : πͺ° Setup Fly
2030 uses : superfly/flyctl-actions/setup-flyctl@master
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ primary_region = "arn"
1414[[vm ]]
1515 size = " shared-cpu-2x"
1616 memory = " 1gb"
17- cpus = 4
17+ cpus = 1
You canβt perform that action at this time.
0 commit comments