File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 3030 uses : actions/checkout@v4
3131 with :
3232 fetch-depth : 0
33+ submodules : true
3334
3435 - name : Setup Node.js 18
3536 uses : actions/setup-node@v4
5556 uses : actions/checkout@v4
5657 with :
5758 fetch-depth : 0
59+ submodules : true
5860
5961 - name : Setup Node.js 20
6062 uses : actions/setup-node@v4
7779 uses : actions/checkout@v4
7880 with :
7981 fetch-depth : 0
82+ submodules : true
8083
8184 - name : Setup Node.js 18
8285 uses : actions/setup-node@v4
99102 uses : actions/checkout@v4
100103 with :
101104 fetch-depth : 0
105+ submodules : true
102106
103107 - name : Setup Node.js 20
104108 uses : actions/setup-node@v4
@@ -126,6 +130,7 @@ jobs:
126130 uses : actions/checkout@v4
127131 with :
128132 fetch-depth : 0
133+ submodules : true
129134
130135 - name : Setup Node.js 18
131136 uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments