1 parent 0b9182f commit a0090f9Copy full SHA for a0090f9
1 file changed
.github/workflows/node.js.yml
@@ -23,6 +23,7 @@ jobs:
23
with:
24
node-version: ${{ matrix.node-version }}
25
cache: 'npm'
26
+ - run: git submodule update --init --recursive
27
- run: npm install
28
- run: npm ci
29
- run: npm run build --if-present
0 commit comments