Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 68f23e76 authored by Simon Chan's avatar Simon Chan
Browse files

chore(ci): use full clone

parent bd64395a
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -21,7 +21,11 @@ jobs:
        node-version: [16.x, 18.x]

    steps:
      - uses: actions/checkout@v2
      - name: Checkout
        uses: actions/checkout@v3.0.2
        with:
          fetch-depth: 0

      - name: Use Node.js ${{ matrix.node-version }}
        uses: actions/setup-node@v2
        with: