We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469a0a4 commit ccbe94fCopy full SHA for ccbe94f
.github/workflows/vite.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v3
22
with:
23
+ submodules: 'true'
24
node-version: ${{ matrix.node-version }}
25
26
- name: Build
0 commit comments