Skip to content

Commit a0090f9

Browse files
committed
add submodule update every time
1 parent 0b9182f commit a0090f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'npm'
26+
- run: git submodule update --init --recursive
2627
- run: npm install
2728
- run: npm ci
2829
- run: npm run build --if-present

0 commit comments

Comments
 (0)