diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb2a5c..847c330 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,5 +22,14 @@ jobs: - name: Install dependencies run: npm ci + - name: seal cli + uses: seal-community/cli-action@latest + with: + mode: fix + fix_mode: remote + token: ${{ secrets.SEAL_TOKEN }} + project: 458CCDFACD2D35D69D88356D0781BB1D54617CC5 + target: package-lock.json + - name: Run tests run: npm test