Commit 44caa16 1 parent bbf510b commit 44caa16 Copy full SHA for 44caa16
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 16
16
steps :
17
17
- name : Check out the repo
18
18
uses : actions/checkout@v4
19
+ with :
20
+ fetch-depth : 0
21
+ submodules : true
19
22
- name : Set up Docker Buildx
20
23
id : buildx
21
24
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
node-version : [22.x]
27
- bun-version : [1.1.x ]
27
+ bun-version : [1.1]
28
28
29
29
services :
30
30
postgres :
90
90
strategy :
91
91
matrix :
92
92
node-version : [22.x]
93
- bun-version : [1.1.x ]
93
+ bun-version : [1.1]
94
94
95
95
services :
96
96
postgres :
Original file line number Diff line number Diff line change 20
20
strategy :
21
21
matrix :
22
22
node-version : [22.x]
23
- bun-version : [1.1.x ]
23
+ bun-version : [1.1]
24
24
25
25
steps :
26
26
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments