Skip to content

Commit

Permalink
ci: 🎡 recursive checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
denghongcai committed Dec 18, 2024
1 parent b370372 commit 38fae4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
node-version: [16, 18, 20, 22]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 38fae4a

Please sign in to comment.