We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e2494 commit 1701eb0Copy full SHA for 1701eb0
.github/workflows/ci.yaml
@@ -30,6 +30,8 @@ jobs:
30
name: Test with Node v${{ matrix.node }} on ${{ matrix.os }}
31
steps:
32
- uses: actions/checkout@v3
33
+ with:
34
+ fetch-depth: 0
35
- uses: actions/setup-node@v3
36
with:
37
node-version: ${{ matrix.node }}
0 commit comments